Search
DiagramNodeExtensions.Expanded(T) Method
See Also
 





Sets a value indicating whether the subtree starting from this node is expanded.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T Expanded<T> (
    T diagramNode,
    bool value
) where T : DiagramNode

Visual Basic  Copy Code

Public Shared Function Expanded(Of T As DiagramNode) ( _
    diagramNode As T, _
    value As Boolean _
) As T

 Parameters

diagramNode

value

 Return Value

 See Also