IIndentedListViewItemDataSource.IndentLevel Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IIndentedListViewItemDataSource Interface
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace