Northwoods.GoSilverlight 1.3.5 Assembly
Position Property
See Also  Send Feedback
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

Visual Basic (Declaration) 
Public Property Position As Point
C# 
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 DiagramPanel.DiagramBounds, as OnPositionChanged(Point,Point) tries to implement policies that limit how far one may scroll.

Requirements

See Also

© 2012 All Rights Reserved.