Gets or sets the default width of tables' columns.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
This property is used to initialize the ColumnWidth property of new tables.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |