Search
FoldButton.Folded Property
See Also
 






Gets or sets the visual state of the FoldButton instance

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Folded { get; set; }

Visual Basic  Copy Code

Public Property Folded As Boolean

 Property Value

 Remarks

Set to true to go to Folded visual state; Set to false to go to Unfolded visual state

 See Also