IIndentedListViewItemDataSource.IndentLevel Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the indentation level. 0 means no indentation.

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Property IndentLevel As Integer
int IndentLevel { get; set; }
property int IndentLevel {
    int get ();
    void set (int value);
}
abstract IndentLevel : int with get, set
function get IndentLevel () : int 
function set IndentLevel (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IIndentedListViewItemDataSource Interface

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace