MindFusion.Wpf Pack Programmer's Guide
Diagram.TableColumnCount Property
See Also
 





Gets or sets the default number of table columns.

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

 Syntax

C#  Copy Code

public int TableColumnCount { get; set; }

Visual Basic  Copy Code

Public Property TableColumnCount As Integer

 Property Value

An integer value, which specifies the number of columns in new tables. The default is 2.

 Remarks

This value is used to initialize the ColumnCount property of new tables.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
TableRowCount Property