Class
GaugeSingleValueIndicatorBase

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

Definition

Constructors

GaugeSingleValueIndicatorBase()

Initializes a new instance of the GaugeSingleValueIndicatorBase class.

Declaration

cs-api-definition
protected GaugeSingleValueIndicatorBase()

Fields

ValueProperty

Identifies the Value property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

Value

Gets or sets the value displayed by the gauge indicator.

Declaration

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

Property Value

double

A double representing the indicator value.