Class
LinearGaugeIndicator

Internal use only

Definition

Constructors

LinearGaugeIndicator()

Declaration

cs-api-definition
public LinearGaugeIndicator()

Properties

Length

Gets or sets the length of the needle in percentage ratio to the total gauge width.

Declaration

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

Property Value

double

Offset

Gets or sets the current indicator offset of the gauge.

Declaration

cs-api-definition
public object Offset { get; set; }

Property Value

object

Thickness

Gets or sets the current indicator thickness of the gauge.

Declaration

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

Property Value

double

Type

Gets or sets the indicator type of gauge.

Declaration

cs-api-definition
public IndicatorType Type { get; set; }

Property Value

IndicatorType