ClassRadialGaugeIndicator
This is a base class for the radial indicators. It keeps a cache of the attached properties of the radial range. It defines neither visualization nor behavior so it is marked abstract.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class RadialGaugeIndicator : BarGaugeIndicator
Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicatorRadialGaugeIndicator
Derived Classes:
Inherited Members
Constructors
RadialGaugeIndicator()
Initializes a new instance of the RadialGaugeIndicator class.
Declaration
protected RadialGaugeIndicator()
Properties
Center
Gets a cached value of the center of the parent range.
Declaration
protected Point Center { get; }
Property Value
Point
MaxAngle
Gets a cached value of the MaxAngle attached property.
MinAngle
Gets a cached value of the MinAngle attached property.
Radius
Gets a cached value of the radius of the parent range.
RadiusScale
Gets a cached value of the IndicatorRadiusScale attached property.
Methods
ArrangeOverride(Size)
Called in the arrange pass of the layout system.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
The final size that was given by the layout system.
Returns
Size
The final size of the panel.
Overrides
MeasureOverride(Size)
Called in the measure layout pass to determine the desired size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
The available size that was given by the layout system.
Returns
Size
Returns the desired size of the indicator.
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides