Gets or sets the indentation level of this Node. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public int Indentation { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Indentation As Integer

See Also