Search
TableNode.ColumnWidth Property
See Also
 





Gets or sets the default width of the table columns.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float ColumnWidth { get; set; }

Visual Basic  Copy Code

Public Property ColumnWidth As Single

 Property Value

A float value specifying the width of the table columns. Initialized with the value of TableColumnWidth.

 Remarks

The value of this property is used to initialize the width of new columns when they are created.

 See Also