Gets or sets the manner in which column's width is set.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public ColumnStyle ColumnStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property ColumnStyle As ColumnStyle |
A member of the ColumnStyle enumeration. The default is ColumnStyle.FixedWidth.
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.