Class
RadRadialGauge

Represents full-circle radial gauge.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Data Visualization")]
public class RadRadialGauge : GaugeBase

Inheritance: objectGaugeBaseRadRadialGauge

Derived Classes: QuadrantGaugeSemicircleGauge

Inherited Members GaugeBase.CellHeightPropertyGaugeBase.CellSizePropertyGaugeBase.CellWidthPropertyGaugeBase.ScaleStylePropertyGaugeBase.OnApplyTemplate()GaugeBase.ResetTheme()GaugeBase.OnCreateAutomationPeer()GaugeBase.OnItemsChanged(NotifyCollectionChangedEventArgs)GaugeBase.CellHeightGaugeBase.CellSizeGaugeBase.CellWidth

Constructors

RadRadialGauge()

Initializes a new instance of the RadRadialGauge class.

Declaration

cs-api-definition
public RadRadialGauge()

Fields

InnerBackgroundProperty

Identifies the InnerBackground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InnerBackgroundProperty

Field Value

DependencyProperty

InnerBorderBrushProperty

Identifies the InnerBorderBrush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InnerBorderBrushProperty

Field Value

DependencyProperty

InnerBorderThicknessProperty

Identifies the InnerBorderThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty InnerBorderThicknessProperty

Field Value

DependencyProperty

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

InnerBackground

Gets or sets the InnerBackground dependency property.

Declaration

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

Property Value

Brush

InnerBorderBrush

Gets or sets the InnerBorderBrush dependency property.

Declaration

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

Property Value

Brush

InnerBorderThickness

Gets or sets InnerBorderThickness dependency property.

Declaration

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

Property Value

double

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

Declaration

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

Property Value

double

Methods

CalculateCellSize()

Calculate cell size of the scale.

Declaration

cs-api-definition
protected override Size CalculateCellSize()

Returns

Size

Overrides GaugeBase.CalculateCellSize()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides GaugeBase.OnInitialized(EventArgs)