Specifies how table columns' width is set.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum ColumnStyle |
Visual Basic Copy Code |
---|
Public Enum ColumnStyle |
Member name | Description | |
---|---|---|
AutoWidth |
The columns' width changes when the table is resized. |
|
FixedWidth |
The columns has fixed, unchangeable width. |
Use the enumeration values to set the behavior of table columns, when the user resizes the table.
MindFusion.Diagramming Namespace
ColumnStyle Property
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |