Gets or sets the height of a table column.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Double |
A double value indicating the width of the column. The default is 50.
RemarksThe user can resize columns interactively when table's AllowResizeColumns property is enabled.
See Also