Northwoods.GoWPF 2.2.4 Assembly
Position Property (DiagramPanel)

Gets or sets the point, in model coordinates, shown at the top-left corner of this panel.
Syntax
Public Property Position As Point
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.
Requirements
See Also

Reference

DiagramPanel Class
DiagramPanel Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback