ClassGaugeRadialBar
Class
Represents the RadGauge for Silverlight GaugeRadialBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GaugeRadialBar : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlGaugeRadialBar
Implements:
Inherited Members
Constructors
GaugeRadialBar()
Initializes a new instance of the GaugeRadialBar class.
Declaration
cs-api-definition
public GaugeRadialBar()
Properties
EmptyPathColor
Get the empty path color.
RadialBarColor
Get the radial bar color.
RadialBarStroke
Get the radial bar stroke.
SelectedRadialBarColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string SelectedRadialBarColorValue { get; }
Property Value
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