Search
GridColumn.Width Property
See Also
 





Gets or sets the width of the column.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Length Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Length

 Property Value

An instance of the Length class.

 See Also