Class
GaugeRangeBarIndicator

Represents a range bar indicator for gauge controls that displays a bar element between two values with customizable thickness and caps.

Definition

Constructors

GaugeRangeBarIndicator()

Declaration

cs-api-definition
public GaugeRangeBarIndicator()

Fields

FromCapProperty

Identifies the FromCap property.

Declaration

cs-api-definition
public static readonly BindableProperty FromCapProperty

Field Value

BindableProperty

FromProperty

Identifies the From property.

Declaration

cs-api-definition
public static readonly BindableProperty FromProperty

Field Value

BindableProperty

FromThicknessProperty

Identifies the FromThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty FromThicknessProperty

Field Value

BindableProperty

ToCapProperty

Identifies the ToCap property.

Declaration

cs-api-definition
public static readonly BindableProperty ToCapProperty

Field Value

BindableProperty

ToProperty

Identifies the To property.

Declaration

cs-api-definition
public static readonly BindableProperty ToProperty

Field Value

BindableProperty

ToThicknessProperty

Identifies the ToThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty ToThicknessProperty

Field Value

BindableProperty

Properties

From

Gets or sets the starting value of the range bar indicator.

Declaration

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

Property Value

double

FromCap

Gets or sets the cap style at the starting position of the range bar indicator.

Declaration

cs-api-definition
public GaugeBarIndicatorCap FromCap { get; set; }

Property Value

GaugeBarIndicatorCap

FromThickness

Gets or sets the thickness of the bar at the starting position.

Declaration

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

Property Value

double

GradientStops

Gets the collection of gradient stops in accordance to which the bar is painted. The Offset property of the gradient stop is treated in respect to the IsOffsetRelative property value of the indicator.

Declaration

cs-api-definition
public ObservableItemCollection<RadGradientStop> GradientStops { get; }

Property Value

ObservableItemCollection<RadGradientStop>

IsOffsetRelative

Gets or sets a value indicating whether the Offset property of the gradient stops should be treated as a relative value between 0 and 1 or an absolute value in respect to the axis range.

Declaration

cs-api-definition
public bool IsOffsetRelative { get; set; }

Property Value

bool

To

Gets or sets the ending value of the range bar indicator.

Declaration

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

Property Value

double

ToCap

Gets or sets the cap style at the ending position of the range bar indicator.

Declaration

cs-api-definition
public GaugeBarIndicatorCap ToCap { get; set; }

Property Value

GaugeBarIndicatorCap

ToThickness

Gets or sets the thickness of the bar at the ending position.

Declaration

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

Property Value

double