Search
TreeViewNode.Shape Property
See Also
 





Gets or sets the shape of the table's outline.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SimpleShape Shape { get; set; }

Visual Basic  Copy Code

Public Property Shape As SimpleShape

 Property Value

A member of the SimpleShape enumeration. The default is Rectangle.

 See Also