New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GaugePointer

Inheritance: objectGaugePointer

Constructors

C#
public GaugePointer()

Properties

The pointer color.

C#
public string Color { get; set; }

The pointer value.

C#
public double? Value { get; set; }