Class GaugeIndicator
Inheritance
System.Object
GaugeIndicator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class GaugeIndicator : RadControl
Constructors
Declaration
protected GaugeIndicator()
Fields
Declaration
public static readonly DependencyProperty AnimationDurationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty AnimationEasingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StartValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Duration AnimationDuration { get; set; }
Property Value
|
Microsoft.UI.Xaml.Duration
|
Declaration
public EasingFunctionBase AnimationEasing { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Animation.EasingFunctionBase
|
Declaration
public bool IsAnimated { get; set; }
Property Value
Declaration
public GaugePanel Owner { get; }
Property Value
Declaration
public double StartValue { get; set; }
Property Value
Declaration
public double Value { get; set; }
Property Value
Methods
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
public void Update(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Events
Declaration
public event EventHandler<IndicatorValueChangedEventArgs> ValueChanged
Event Type
Extension Methods