ClassLinearGauge
The Linear Gauge holder.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class LinearGauge : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlLinearGauge
Implements:
Inherited Members
Constructors
LinearGauge()
Initializes a new instance of the LinearGauge class.
Declaration
public LinearGauge()
Properties
CustomTickMark
Get the custom tick marks.
Declaration
public IList<GaugeCustomTickMark> CustomTickMark { get; }
Property Value
Labels
Get the list of gauge labels.
Declaration
public IList<GaugeLabel> Labels { get; }
Property Value
LinearBars
Get the list of linear gauge bars.
Declaration
public IList<GaugeLinearBar> LinearBars { get; }
Property Value
Markers
Get the list of markers.
Declaration
public IList<GaugeMarker> Markers { get; }
Property Value
NumericIndicator
Get the numeric indicator.
Declaration
public IList<GaugeNumericIndicator> NumericIndicator { get; }
Property Value
Ranges
Get the list of linear gauge ranges.
Declaration
public IList<GaugeLinearRange> Ranges { get; }
Property Value
StateIndicator
Get the state indicator.
Declaration
public IList<GaugeStateIndicator> StateIndicator { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides