Gets or sets the default width of tables' columns.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public float TableColumnWidth { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableColumnWidth As Single |
A float value, which specifies the width of table columns measured. The default is 18.
This property is used to initialize the ColumnWidth property of new tables.