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

Represents full-circle radial gauge.

Definition

Constructors

Initializes a new instance of the RadRadialGauge class.

C#
public RadRadialGauge()

Fields

InnerBackgroundProperty

DependencyProperty

Identifies the InnerBackground dependency property.

C#
public static readonly DependencyProperty InnerBackgroundProperty

InnerBorderBrushProperty

DependencyProperty

Identifies the InnerBorderBrush dependency property.

C#
public static readonly DependencyProperty InnerBorderBrushProperty

Identifies the InnerBorderThickness dependency property.

C#
public static readonly DependencyProperty InnerBorderThicknessProperty

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 InnerBackground dependency property.

C#
public Brush InnerBackground { get; set; }

Gets or sets the InnerBorderBrush dependency property.

C#
public Brush InnerBorderBrush { get; set; }

Gets or sets InnerBorderThickness dependency property.

C#
public double InnerBorderThickness { get; set; }

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 OuterBorderThickness dependency property.

C#
public double OuterBorderThickness { get; set; }

Methods

Calculate cell size of the scale.

C#
protected override Size CalculateCellSize()
Returns:

Size

Overrides: GaugeBase.CalculateCellSize()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: GaugeBase.OnInitialized(EventArgs)