Gets or sets the default value of the Shape property of new tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public SimpleShape TableShape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TableShape As SimpleShape |
A member of the SimpleShape enumeration. The default value is Rectangle.
See Also