Class RadLinearGauge
Inheritance
System.Object
RadLinearGauge
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadLinearGauge : RadGauge
Constructors
Fields
Declaration
public static readonly DependencyProperty IndicatorOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public double LabelOffset { get; set; }
Property Value
Methods
Declaration
public static double GetIndicatorOffset(DependencyObject indicator)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
indicator
|
Returns
Declaration
public static Orientation GetOrientation(DependencyObject indicator)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
indicator
|
Returns
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Declaration
public static void SetIndicatorOffset(DependencyObject indicator, double value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
indicator
|
|
System.Double
value
|
Declaration
public static void SetOrientation(DependencyObject indicator, Orientation value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
indicator
|
|
Microsoft.UI.Xaml.Controls.Orientation
value
|
Extension Methods