Class
LinearGauge

Base class for linear gauges: vertical and horizontal.

Definition

Constructors

LinearGauge()

Initializes a new instance of the LinearGauge class.

Declaration

cs-api-definition
protected LinearGauge()

Fields

OuterBackgroundProperty

Identifies the OuterBackground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OuterBackgroundProperty

Field Value

DependencyProperty

OuterBorderBrushProperty

Identifies the OuterBorderBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OuterBorderBrushProperty

Field Value

DependencyProperty

OuterBorderThicknessProperty

Identifies the OuterBorderThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OuterBorderThicknessProperty

Field Value

DependencyProperty

Properties

OuterBackground

Gets or sets the OuterBackground dependency property.

Declaration

cs-api-definition
public Brush OuterBackground { get; set; }

Property Value

Brush

OuterBorderBrush

Gets or sets the OuterBorderBrush dependency property.

Declaration

cs-api-definition
public Brush OuterBorderBrush { get; set; }

Property Value

Brush

OuterBorderThickness

Gets or sets the OuterBorderThickness dependency property.

Declaration

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

Property Value

Thickness