ClassGaugeRadialRange
Class
Represents the RadGauge for Silverlight GaugeRadialRange control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GaugeRadialRange : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlGaugeRadialRange
Implements:
Inherited Members
Constructors
GaugeRadialRange()
Initializes a new instance of the GaugeRadialRange class.
Declaration
cs-api-definition
public GaugeRadialRange()
Properties
Color
Get the radial range color.
SelectedColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides