Gets or sets the width of the column.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Length Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Length |
An instance of the Length class.
See Also