ASP.NET Pack Programmer's Guide
Diagram.TableColumnWidth Property
See Also
 





Gets or sets the default width of tables' columns.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float TableColumnWidth { get; set; }

Visual Basic  Copy Code

Public Property TableColumnWidth As Single

 Property Value

A float 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 Namespace
TableRowHeight Property