TreeViewItemExtensions.SetIndentWidth Method

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

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

Syntax

'Declaration
Public Shared Sub SetIndentWidth ( _
    obj As DependencyObject, _
    indentWidth As Double _
)
public static void SetIndentWidth(
    DependencyObject obj,
    double indentWidth
)
public:
static void SetIndentWidth(
    DependencyObject^ obj, 
    double indentWidth
)
static member SetIndentWidth : 
        obj:DependencyObject * 
        indentWidth:float -> unit
public static function SetIndentWidth(
    obj : DependencyObject, 
    indentWidth : double
)

Parameters

.NET Framework Security

See Also

Reference

TreeViewItemExtensions Class

Microsoft.TeamFoundation.Controls.WPF Namespace