ClassRadRadialGauge
Represents full-circle radial gauge.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadRadialGauge : GaugeBase
Inheritance: objectGaugeBaseRadRadialGauge
Derived Classes:
Inherited Members
Constructors
RadRadialGauge()
Initializes a new instance of the RadRadialGauge class.
Declaration
public RadRadialGauge()
Fields
InnerBackgroundProperty
Identifies the InnerBackground dependency property.
Declaration
public static readonly DependencyProperty InnerBackgroundProperty
Field Value
DependencyProperty
InnerBorderBrushProperty
Identifies the InnerBorderBrush dependency property.
Declaration
public static readonly DependencyProperty InnerBorderBrushProperty
Field Value
DependencyProperty
InnerBorderThicknessProperty
Identifies the InnerBorderThickness dependency property.
Declaration
public static readonly DependencyProperty InnerBorderThicknessProperty
Field Value
DependencyProperty
OuterBackgroundProperty
Identifies the OuterBackground dependency property.
Declaration
public static readonly DependencyProperty OuterBackgroundProperty
Field Value
DependencyProperty
OuterBorderBrushProperty
Identifies the OuterBorderBrush dependency property.
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
DependencyProperty
OuterBorderThicknessProperty
Identifies the OuterBorderThickness dependency property.
Declaration
public static readonly DependencyProperty OuterBorderThicknessProperty
Field Value
DependencyProperty
Properties
InnerBackground
Gets or sets the InnerBackground dependency property.
Declaration
public Brush InnerBackground { get; set; }
Property Value
Brush
InnerBorderBrush
Gets or sets the InnerBorderBrush dependency property.
Declaration
public Brush InnerBorderBrush { get; set; }
Property Value
Brush
InnerBorderThickness
Gets or sets InnerBorderThickness dependency property.
Declaration
public double InnerBorderThickness { get; set; }
Property Value
OuterBackground
Gets or sets the OuterBackground dependency property.
Declaration
public Brush OuterBackground { get; set; }
Property Value
Brush
OuterBorderBrush
Gets or sets the OuterBorderBrush dependency property.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
Brush
OuterBorderThickness
Gets or sets OuterBorderThickness dependency property.
Declaration
public double OuterBorderThickness { get; set; }
Property Value
Methods
CalculateCellSize()
Calculate cell size of the scale.
Declaration
protected override Size CalculateCellSize()
Returns
Size
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides