Represents a column of a TableNode.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public class TableNode.Column |
Visual Basic Copy Code |
---|
Public Class TableNode.Column |
The width of a column can be set by 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.Wpf.TableNode.Column
WpfDiagram Programmer's Guide | © 2024 MindFusion |