GoXam for WPF v3
BreadthLimit Property (TreeVertex)
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
: BreadthLimit Property
Gets or sets how broad a node and its descendents should be.
Syntax
C#
public
double
BreadthLimit {
get
;
set
;}
Property Value
By default this is zero. A value of zero imposes no limit; a positive value will specify a limit for the total width of this subtree.
Remarks
This inherited property is initialized in the
InitializeTreeVertexValues
method.
See Also
Reference
TreeVertex Class
TreeVertex Members