Search
Diagram.TableShape Property
See Also
 






Gets or sets the default style of new tables.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SimpleShape TableShape { get; set; }

Visual Basic  Copy Code

Public Property TableShape As SimpleShape

 Property Value

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

 See Also