New to Telerik UI for WPFStart a free 30-day trial

Base class for linear gauges: vertical and horizontal.

Definition

Constructors

Initializes a new instance of the LinearGauge class.

C#
protected LinearGauge()

Fields

OuterBackgroundProperty

DependencyProperty

Identifies the OuterBackground dependency property.

C#
public static readonly DependencyProperty OuterBackgroundProperty

OuterBorderBrushProperty

DependencyProperty

Identifies the OuterBorderBrush dependency property.

C#
public static readonly DependencyProperty OuterBorderBrushProperty

Identifies the OuterBorderThickness dependency property.

C#
public static readonly DependencyProperty OuterBorderThicknessProperty

Properties

Gets or sets the OuterBackground dependency property.

C#
public Brush OuterBackground { get; set; }

Gets or sets the OuterBorderBrush dependency property.

C#
public Brush OuterBorderBrush { get; set; }

Gets or sets the OuterBorderThickness dependency property.

C#
public Thickness OuterBorderThickness { get; set; }