Gets or sets the indentation of this tree node.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double Indent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Indent As Double |
A double value specifying the indentation.
See Also