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