Search
TableNode.Column.Width Property
See Also
 





Gets or sets the width of the table column.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Single

 Property Value

A float value indicating the width of the column. The default is 50.

 See Also