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