Search
TableNode.Column.ColumnStyle Property
See Also
 





Gets or sets the manner in which column's width is set.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ColumnStyle ColumnStyle { get; set; }

Visual Basic  Copy Code

Public Property ColumnStyle As ColumnStyle

 Property Value

A member of the ColumnStyle enumeration. The default is ColumnStyle.FixedWidth.

 Remarks

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.

 See Also