MindFusion.Wpf Pack Programmer's Guide
TreeNode.SetIndent Method
See Also
 





Gets the value of the TreeNode.Indent attached property for a given dependency object.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public static void SetIndent (
    DependencyObject target,
    double value
)

Visual Basic  Copy Code

Public Shared Sub SetIndent( _
    target As DependencyObject, _
    value As Double _
)

 Parameters

target

The target object.

value

The new property value.

 See Also

TreeNode Members
TreeNode Class
MindFusion.DataViews.Wpf Namespace