MindFusion.Wpf Pack Programmer's Guide
TableNode.Column Class
Remarks See Also
 





Represents a column of a TableNode.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class TableNode.Column

Visual Basic  Copy Code

Public Class TableNode.Column

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.TableNode.Column

 See Also

TableNode.Column Members
MindFusion.Diagramming.Wpf Namespace