Class
GaugePointer

The gauge pointer object that is exposed in a template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class GaugePointer

Inheritance: objectGaugePointer

Constructors

GaugePointer()

Declaration

public GaugePointer()

Properties

Color

The pointer color.

Declaration

public string Color { get; set; }

Property Value

string

Value

The pointer value.

Declaration

public double? Value { get; set; }

Property Value

double?