Gets or sets the default number of table columns.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int TableColumnCount { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableColumnCount As Integer |
An integer value, which specifies the number of columns in new tables. The default is 2.
This value is used to initialize the ColumnCount property of new tables.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |