Represents a column of a TableNode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public class TableNode.Column |
Visual Basic Copy Code |
---|
Public Class TableNode.Column |
The width of a column can be set via its Width property. The width of a column determines the width of all cells contained within the column.
When resizing a table, its columns can be resized too. That depends on the value of ColumnStyle, which specifies whether columns are with fixed width or they resize to keep column-to-table width ratio.
System.Object
MindFusion.Diagramming.TableNode.Column
Diagramming for .NET MAUI Guide | © 2024 MindFusion |