Class RadRadialGauge
Inheritance
System.Object
RadRadialGauge
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRadialGauge : RadGauge
Constructors
Fields
Declaration
public static readonly DependencyProperty IndicatorRadiusScaleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelRadiusScaleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaxAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickRadiusScaleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public double LabelRadiusScale { get; set; }
Property Value
Declaration
public double MaxAngle { get; set; }
Property Value
Declaration
public double MinAngle { get; set; }
Property Value
Declaration
public double TickRadiusScale { get; set; }
Property Value
Methods
Declaration
public static double GetIndicatorRadiusScale(DependencyObject indicator)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
indicator
|
Returns
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
public static void SetIndicatorRadiusScale(DependencyObject indicator, double scale)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
indicator
|
|
System.Double
scale
|
Extension Methods