Class
GaugePointer

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GaugePointer

Inheritance: objectGaugePointer

Constructors

GaugePointer()

Declaration

cs-api-definition
public GaugePointer()

Properties

Color

The pointer color.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Value

The pointer value.

Declaration

cs-api-definition
public double? Value { get; set; }

Property Value

double?