Northwoods.GoWPF 2.2.4 Assembly
AlternateNodeIndentPastParent Property

Gets or sets the fraction of this node's breadth is added to NodeIndent to determine any spacing at the start of the children.
Syntax
<DefaultValueAttribute()>
Public Property AlternateNodeIndentPastParent As Double
[DefaultValueAttribute()]
public double AlternateNodeIndentPastParent {get; set;}

Property Value

The default value is 0.0 -- the only indentation is specified by NodeIndent. When the value is 1.0, the children will be indented past the breadth of the parent node.
Remarks

This property is only sensible when the Alignment is TreeAlignment.Start or TreeAlignment.End.

This sets the AlternateDefaults's property of the same name.

Requirements
See Also

Reference

TreeLayout Class
TreeLayout Members
AlternateNodeIndent Property

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback