Class ArrowGaugeIndicator
Inheritance
System.Object
ArrowGaugeIndicator
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ArrowGaugeIndicator : NeedleGaugeIndicator
Constructors
ArrowGaugeIndicator()
Declaration
public ArrowGaugeIndicator()
Fields
ArrowTailRadiusProperty
Declaration
public static readonly DependencyProperty ArrowTailRadiusProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
ArrowTailRadius
Declaration
public double ArrowTailRadius { get; set; }
Property Value
|
System.Double
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|