Search
ComponentBase.Width Property
See Also
 





Gets or sets the explicit width of this component or float.NaN to auto-size the component.

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

 Syntax

C#  Copy Code

public float Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Single

 Property Value

A floating point value specifying the component's width. The default is NaN.

 See Also