Class
RadialBarGaugeIndicator

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 RadialGaugeIndicator.MeasureOverride(Size)RadialGaugeIndicator.MinAngleRadialGaugeIndicator.MaxAngleRadialGaugeIndicator.CenterRadialGaugeIndicator.RadiusRadialGaugeIndicator.RadiusScaleBarGaugeIndicator.ThicknessPropertyBarGaugeIndicator.BrushPropertyBarGaugeIndicator.ThicknessBarGaugeIndicator.BrushGaugeIndicator.ValuePropertyGaugeIndicator.StartValuePropertyGaugeIndicator.IsAnimatedPropertyGaugeIndicator.AnimationEasingPropertyGaugeIndicator.AnimationDurationPropertyGaugeIndicator.ValueGaugeIndicator.StartValueGaugeIndicator.OwnerGaugeIndicator.IsAnimatedGaugeIndicator.AnimationDurationGaugeIndicator.AnimationEasingGaugeIndicator.ValueChangedRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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).

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides RadControl.ApplyTemplateCore()

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 RadialGaugeIndicator.ArrangeOverride(Size)

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadialGaugeIndicator.OnCreateAutomationPeer()