New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the base class for gauge indicators that display a single value.

Definition

Constructors

Initializes a new instance of the GaugeSingleValueIndicatorBase class.

C#
protected GaugeSingleValueIndicatorBase()

Fields

ValueProperty

BindableProperty

Identifies the Value property.

C#
public static readonly BindableProperty ValueProperty

Properties

Gets or sets the value displayed by the gauge indicator.

C#
public double Value { get; set; }
Property Value:

A double representing the indicator value.