Defines the possible values for Shape property of tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum SimpleShape |
Visual Basic
Copy Code
|
|---|
Public Enum SimpleShape |
Members| Member name | Description | |
|---|---|---|
![]() |
Rectangle |
Sets table's shape to rectangle. |
![]() |
RoundedRectangle |
Sets table's shape to rounded rectangle. |
See Also