TreeViewItemExtensions.GetIndentWidth 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 Function GetIndentWidth ( _
    obj As DependencyObject _
) As Double
public static double GetIndentWidth(
    DependencyObject obj
)
public:
static double GetIndentWidth(
    DependencyObject^ obj
)
static member GetIndentWidth : 
        obj:DependencyObject -> float
public static function GetIndentWidth(
    obj : DependencyObject
) : double

Parameters

Return Value

Type: System.Double
Returns Double.

.NET Framework Security

See Also

Reference

TreeViewItemExtensions Class

Microsoft.TeamFoundation.Controls.WPF Namespace