RadRadialGauge
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
Initializes a new instance of the RadRadialGauge class.
public RadRadialGauge()
Fields
InnerBackgroundProperty
DependencyProperty
Identifies the InnerBackground dependency property.
public static readonly DependencyProperty InnerBackgroundProperty
InnerBorderBrushProperty
DependencyProperty
Identifies the InnerBorderBrush dependency property.
public static readonly DependencyProperty InnerBorderBrushProperty
InnerBorderThicknessProperty
DependencyProperty
Identifies the InnerBorderThickness dependency property.
public static readonly DependencyProperty InnerBorderThicknessProperty
OuterBackgroundProperty
DependencyProperty
Identifies the OuterBackground dependency property.
public static readonly DependencyProperty OuterBackgroundProperty
OuterBorderBrushProperty
DependencyProperty
Identifies the OuterBorderBrush dependency property.
public static readonly DependencyProperty OuterBorderBrushProperty
OuterBorderThicknessProperty
DependencyProperty
Identifies the OuterBorderThickness dependency property.
public static readonly DependencyProperty OuterBorderThicknessProperty
Properties
InnerBackground
Brush
Gets or sets the InnerBackground dependency property.
public Brush InnerBackground { get; set; }
InnerBorderBrush
Brush
Gets or sets the InnerBorderBrush dependency property.
public Brush InnerBorderBrush { get; set; }
Gets or sets InnerBorderThickness dependency property.
public double InnerBorderThickness { get; set; }
OuterBackground
Brush
Gets or sets the OuterBackground dependency property.
public Brush OuterBackground { get; set; }
OuterBorderBrush
Brush
Gets or sets the OuterBorderBrush dependency property.
public Brush OuterBorderBrush { get; set; }
Gets or sets OuterBorderThickness dependency property.
public double OuterBorderThickness { get; set; }
Methods
Calculate cell size of the scale.
protected override Size CalculateCellSize()
Size
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: