GoXam for WPF v3
Position Property (DiagramPanel)
Northwoods.GoXam Namespace > DiagramPanel Class : Position Property
Gets or sets the point, in model coordinates, shown at the top-left corner of this panel.
Syntax
public Point Position {get; set;}

Property Value

The default value is (0,0). For example, increasing the X value of this property will cause all of the parts to appear farther to the left; some parts that are located at X coordinates just less than the new X value will "disappear" off-screen. This property changes as the user scrolls in any direction.
Remarks
The value may be limited by the size and extent of the DiagramBounds, as OnPositionChanged(Point,Point) tries to implement policies that limit how far one may scroll.
See Also

Reference

DiagramPanel Class
DiagramPanel Members