Gets or sets the explicit height of this component or double.NaN to auto-size the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double Height { get; set; } |
Visual Basic Copy Code |
---|
Public Property Height As Double |
A floating point value specifying the component's height. The default is NaN.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |