Gets or sets the default shape of new tables.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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