ClassRadialBarGaugeIndicator
Class
This class represents a radial bar gauge indicator.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadialBarGaugeIndicator : RadialGaugeIndicator
Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicatorRadialGaugeIndicatorRadialBarGaugeIndicator
Inherited Members
Constructors
RadialBarGaugeIndicator()
Initializes a new instance of the RadialBarGaugeIndicator class.
Declaration
cs-api-definition
public RadialBarGaugeIndicator()
Methods
ApplyTemplateCore()
Initializes the template parts of the indicator (see the TemplatePart attributes for more information).
ArrangeOverride(Size)
Called in the arrange pass of the layout system.
Declaration
cs-api-definition
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
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides