Class RadialGauge
Inheritance
System.Object
RadialGauge
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 RadialGauge : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadialGauge()
Declaration
public RadialGauge()
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>
|
Markers
Declaration
public IList<GaugeMarker> Markers { get; }
Property Value
System.Collections.Generic.IList<GaugeMarker>
|
Needle
Declaration
public IList<GaugeNeedle> Needle { get; }
Property Value
System.Collections.Generic.IList<GaugeNeedle>
|
NumericIndicator
Declaration
public IList<GaugeNumericIndicator> NumericIndicator { get; }
Property Value
System.Collections.Generic.IList<GaugeNumericIndicator>
|
RadialBars
Declaration
public IList<GaugeRadialBar> RadialBars { get; }
Property Value
System.Collections.Generic.IList<GaugeRadialBar>
|
Ranges
Declaration
public IList<GaugeRadialRange> Ranges { get; }
Property Value
System.Collections.Generic.IList<GaugeRadialRange>
|
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
|