GoXam for WPF v3
InitialPosition Property
Northwoods.GoXam Namespace > Diagram Class : InitialPosition Property
Gets or sets the initial value for this diagram's Panel's Position property, in model coordinates.
Syntax
[Category("Layout")]
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.
See Also

Reference

Diagram Class
Diagram Members