Class
GaugeRange

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:

cs-api-definition
public class GaugeRange : GaugeRangeBase

Inheritance: objectGaugeRangeBaseGaugeRange

Inherited Members GaugeRangeBase.FromPropertyGaugeRangeBase.ToPropertyGaugeRangeBase.FromGaugeRangeBase.To

Constructors

GaugeRange()

Declaration

cs-api-definition
public GaugeRange()

Fields

ColorProperty

Identifies the Color property.

Declaration

cs-api-definition
public static readonly BindableProperty ColorProperty

Field Value

BindableProperty

Properties

Color

Gets or sets the color of the gauge range.

Declaration

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

Property Value

Color

A Color that defines the range appearance.