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





Gets or sets the default width of tables' columns.

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

 Syntax

C#  Copy Code

public double TableColumnWidth { get; set; }

Visual Basic  Copy Code

Public Property TableColumnWidth As Double

 Property Value

A double value, which specifies the width of table columns measured. The default is 18.

 Remarks

This property is used to initialize the ColumnWidth property of new tables.

 See Also

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