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