MindFusion.Wpf Pack Programmer's Guide
TableNode.Column.Width Property
See Also
 





Gets or sets the height of a table column.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Double

 Property Value

double value indicating the width of the column. The default is 50.

 Remarks

The user can resize columns interactively when table's AllowResizeColumns property is enabled.

 See Also

TableNode.Column Members
TableNode.Column Class
MindFusion.Diagramming.Wpf Namespace
TableNode.ColumnWidth Property