Gets or sets a value that represents the distance between the left side of a TreeNode and its parent.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
| See TreeNode.GetIndent, TreeNode.SetIndent |
Visual Basic
Copy Code
|
|---|
| See TreeNode.GetIndent, TreeNode.SetIndent |
A double that represents the offset position from the TreeNode. The default is 0.
See Also