MindFusion.Wpf Pack Programmer's Guide
ColumnStyle Enumeration
See Also
 





Specifies how table columns' width is set.

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

 Syntax

C#  Copy Code

public enum ColumnStyle

Visual Basic  Copy Code

Public Enum ColumnStyle

 Members

  Member name Description

AutoWidth

The columns' width changes when the table is resized.

FixedWidth

The columns has fixed, unchangeable width.

 Remarks

Use the enumeration values to set the behavior of table columns, when the user resizes the table.

 See Also

MindFusion.Diagramming.Wpf Namespace
ColumnStyle Property