Search
BaseGauge.Height Property
See Also
 






Gets the height of the gauge.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public int Height { get; }

Visual Basic  Copy Code

Public ReadOnly Property Height As Integer

 Property Value

An integer value.

 See Also