Class GaugePointer
The gauge pointer object that is exposed in a template context.
Inheritance
System.Object
GaugePointer
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GaugePointer : Object, IGaugePointer
Constructors
GaugePointer()
Declaration
public GaugePointer()
Properties
Color
The pointer color.
Declaration
public string Color { get; set; }
Property Value
System.String
|
Value
The pointer value.
Declaration
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>
|