Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- obj
Type: System.Windows.DependencyObject
- indentWidth
Type: System.Double
.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.