Gets or sets the explicit width of this component or double.NaN to auto-size the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Double |
A floating point value specifying the component's width. The default is NaN.
See Also