Class RadRadialGauge
Represents full-circle radial gauge.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadRadialGauge : GaugeBase, IThemable
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
System.Windows.DependencyProperty
|
InnerBorderBrushProperty
Identifies the InnerBorderBrush dependency property.
Declaration
public static readonly DependencyProperty InnerBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
InnerBorderThicknessProperty
Identifies the InnerBorderThickness dependency property.
Declaration
public static readonly DependencyProperty InnerBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
OuterBackgroundProperty
Identifies the OuterBackground dependency property.
Declaration
public static readonly DependencyProperty OuterBackgroundProperty
Field Value
System.Windows.DependencyProperty
|
OuterBorderBrushProperty
Identifies the OuterBorderBrush dependency property.
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
OuterBorderThicknessProperty
Identifies the OuterBorderThickness dependency property.
Declaration
public static readonly DependencyProperty OuterBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InnerBackground
Gets or sets the InnerBackground dependency property.
Declaration
public Brush InnerBackground { get; set; }
Property Value
System.Windows.Media.Brush
|
InnerBorderBrush
Gets or sets the InnerBorderBrush dependency property.
Declaration
public Brush InnerBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
InnerBorderThickness
Gets or sets InnerBorderThickness dependency property.
Declaration
public double InnerBorderThickness { get; set; }
Property Value
System.Double
|
OuterBackground
Gets or sets the OuterBackground dependency property.
Declaration
public Brush OuterBackground { get; set; }
Property Value
System.Windows.Media.Brush
|
OuterBorderBrush
Gets or sets the OuterBorderBrush dependency property.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
OuterBorderThickness
Gets or sets OuterBorderThickness dependency property.
Declaration
public double OuterBorderThickness { get; set; }
Property Value
System.Double
|
Methods
CalculateCellSize()
Calculate cell size of the scale.
Declaration
protected override Size CalculateCellSize()
Returns
System.Windows.Size
|