ClassGaugeMarker
Class
Represents the RadGauge for Silverlight GaugeMarker control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GaugeMarker : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlGaugeMarker
Implements:
Inherited Members
Constructors
GaugeMarker()
Initializes a new instance of the GaugeMarker class.
Declaration
cs-api-definition
public GaugeMarker()
Properties
Color
Get the marker color.
MarkerHeight
Get the marker height.
MarkerWidth
Get the marker width.
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