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

Represents a range element for gauge controls that defines a colored range between two values.

Definition

Namespace:Telerik.Maui.Controls.Gauges

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class GaugeRange : GaugeRangeBase

Inheritance: objectGaugeRangeBaseGaugeRange

Inherited Members GaugeRangeBase.FromPropertyGaugeRangeBase.ToPropertyGaugeRangeBase.FromGaugeRangeBase.To

Constructors

C#
public GaugeRange()

Fields

ColorProperty

BindableProperty

Identifies the Color property.

C#
public static readonly BindableProperty ColorProperty

Properties

Color

Color

Gets or sets the color of the gauge range.

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

A Color that defines the range appearance.