Class RadGauge
Inheritance
System.Object
RadGauge
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadGauge : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty IndicatorsZIndexProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MajorTickStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MajorTickTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MiddleTickStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MiddleTickTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public GaugeIndicatorCollection Indicators { get; }
Property Value
Declaration
public int IndicatorsZIndex { get; set; }
Property Value
Declaration
public double LabelStep { get; set; }
Property Value
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public int MajorTickStep { get; set; }
Property Value
Declaration
public DataTemplate MajorTickTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public double MaxValue { get; set; }
Property Value
Declaration
public int MiddleTickStep { get; set; }
Property Value
Declaration
public DataTemplate MiddleTickTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public double MinValue { get; set; }
Property Value
Declaration
public double TickStep { get; set; }
Property Value
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Declaration
protected override void UnapplyTemplateCore()
Overrides
Extension Methods