Northwoods.GoSilverlight 1.2.2 Assembly
InitialPosition Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : InitialPosition Property

Gets or sets the initial value for this diagram's Diagram.Panel's Northwoods.GoXam.DiagramPanel.Position property, in model coordinates.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
<TypeConverterAttribute("Northwoods.GoXam.Route+PointConverter, Northwoods.GoSilverlight, Version=1.2.2.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")>
Public Property InitialPosition As Point
C# 
[CategoryAttribute("Layout")]
[TypeConverterAttribute("Northwoods.GoXam.Route+PointConverter, Northwoods.GoSilverlight, Version=1.2.2.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")]
public Point InitialPosition {get; set;}

Property Value

The default value is new Point(Double.NaN, Double.NaN), which does not change the initial value of this diagram's panel's position.

Remarks

This property only has an effect on the initial diagram shown if the InitialStretch property has its default value of StretchPolicy.Unstretched.

Requirements

See Also

© 2010 All Rights Reserved.