Gets or sets the height of a table column.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
The user can resize columns interactively when table's AllowResizeColumns property is enabled.
WpfDiagram Programmer's Guide | © 2024 MindFusion |