LinearGauge
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class LinearGauge : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlLinearGauge...
Implements:
Inherited Members
Constructors
C#
public LinearGauge()
Properties
C#
public IList<GaugeCustomTickMark> CustomTickMark { get; }
C#
public IList<GaugeLabel> Labels { get; }
C#
public IList<GaugeLinearBar> LinearBars { get; }
C#
public IList<GaugeMarker> Markers { get; }
C#
public IList<GaugeNumericIndicator> NumericIndicator { get; }
C#
public IList<GaugeLinearRange> Ranges { get; }
C#
public IList<GaugeStateIndicator> StateIndicator { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: