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