DiagramLite Programmer's Guide
TableNode.ColumnWidth Property
See Also
 





Gets or sets the default width of the table columns.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double ColumnWidth { get; set; }

Visual Basic  Copy Code

Public Property ColumnWidth As Double

 Property Value

 Remarks

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

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace