Gets or sets the manner in which column's width is set.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ColumnStyle ColumnStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property ColumnStyle As ColumnStyle |
An instance of the ColumnStyle enumeration.
This property is used for calculating the width of a table column. The column can have either a fixed width set through the Width property, or can be resized proportionally to the table width.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |