GoXam for WPF v3
RelativePosition Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
TreeVertex Class
: RelativePosition Property
Gets or sets the position of this node relative to its parent node.
Syntax
C#
public
Point
RelativePosition {
get
;
set
;}
Remarks
This informational property is computed by
TreeLayout.LayoutTree
. You probably should not be setting this property.
See Also
Reference
TreeVertex Class
TreeVertex Members