ClassArrowGaugeIndicator
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:
public class ArrowGaugeIndicator : NeedleGaugeIndicator
Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicatorRadialGaugeIndicatorNeedleGaugeIndicatorArrowGaugeIndicator
Inherited Members
Constructors
ArrowGaugeIndicator()
Initializes a new instance of the ArrowGaugeIndicator class.
Declaration
public ArrowGaugeIndicator()
Fields
ArrowTailRadiusProperty
Identifies the ArrowTailRadius dependency property.
Declaration
public static readonly DependencyProperty ArrowTailRadiusProperty
Field Value
DependencyProperty
Properties
ArrowTailRadius
Gets or sets the radius of the arrow tail.
Methods
ApplyTemplateCore()
Initializes the template parts of the control (see the TemplatePart attributes for more information).
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
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides