Class
ArrowGaugeIndicator

This class represents and indicator in the form of an arrow with a circular tail.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ArrowGaugeIndicator : NeedleGaugeIndicator

Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicatorRadialGaugeIndicatorNeedleGaugeIndicatorArrowGaugeIndicator

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

ArrowGaugeIndicator()

Initializes a new instance of the ArrowGaugeIndicator class.

Declaration

cs-api-definition
public ArrowGaugeIndicator()

Fields

ArrowTailRadiusProperty

Identifies the ArrowTailRadius dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ArrowTailRadiusProperty

Field Value

DependencyProperty

Properties

ArrowTailRadius

Gets or sets the radius of the arrow tail.

Declaration

cs-api-definition
public double ArrowTailRadius { get; set; }

Property Value

double

Methods

ApplyTemplateCore()

Initializes the template parts of the control (see the TemplatePart attributes for more information).

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

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

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides NeedleGaugeIndicator.OnCreateAutomationPeer()