Represents a column of a TableNode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class Column |
Visual Basic
Copy Code
|
|---|
Public Class Column |
RemarksThe 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.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Column
See Also