NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.Indent

The indentation level in pixels.

[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);
[JScript]
public function get Indent() : int;
public function set Indent(int);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace