Wimark.Controls Class Library  

TreeView.Indent Property

Gets or sets the distance to indent each of the child tree node levels.

[Visual Basic]
Public Property Indent As Integer 
[C#]
public int Indent {get; set;}
[C++]
public: __property int get_Indent();
public: __property void set_Indent(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeView Class | TreeView Members | Wimark.Controls Namespace