Search
VisualElement.Height Property
See Also
 






Gets or sets the normalized height of this element.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public double Height { get; set; }

Visual Basic  Copy Code

Public Property Height As Double

 Property Value

A double value specifying the calculated height of this element.

 See Also