Class LinearGauge
Inheritance
System.Object
LinearGauge
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class LinearGauge : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
LinearGauge()
Declaration
public LinearGauge()
Properties
CustomTickMark
Declaration
public IList<GaugeCustomTickMark> CustomTickMark { get; }
Property Value
System.Collections.Generic.IList<GaugeCustomTickMark>
|
Labels
Declaration
public IList<GaugeLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<GaugeLabel>
|
LinearBars
Declaration
public IList<GaugeLinearBar> LinearBars { get; }
Property Value
System.Collections.Generic.IList<GaugeLinearBar>
|
Markers
Declaration
public IList<GaugeMarker> Markers { get; }
Property Value
System.Collections.Generic.IList<GaugeMarker>
|
NumericIndicator
Declaration
public IList<GaugeNumericIndicator> NumericIndicator { get; }
Property Value
System.Collections.Generic.IList<GaugeNumericIndicator>
|
Ranges
Declaration
public IList<GaugeLinearRange> Ranges { get; }
Property Value
System.Collections.Generic.IList<GaugeLinearRange>
|
StateIndicator
Declaration
public IList<GaugeStateIndicator> StateIndicator { get; }
Property Value
System.Collections.Generic.IList<GaugeStateIndicator>
|
Ticks
Declaration
public IList<GaugeTick> Ticks { get; }
Property Value
System.Collections.Generic.IList<GaugeTick>
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|