Search
FreeFormNode.Closed Property
See Also
 





Gets or sets if the node's shape is closed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Closed { get; set; }

Visual Basic  Copy Code

Public Property Closed As Boolean

 Property Value

A boolean value.

 See Also