Gets or sets the shape of the table's outline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public SimpleShape Shape { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Shape As SimpleShape |
A member of the SimpleShape enumeration. Initialized with the value of TableShape.
See Also