Gets or sets the manner in which column's width is set.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |