RadControls for Silverlight

The NumericIndicator type exposes the following members.

Properties

  NameDescription
Public propertyCornerRadius
Gets or sets the CornerRadius.
Public propertyData
Return reference to self. This property can be used within Binding in XAML to implement binding which reflect extended property changes.
(Inherited from GraphicIndicator.)
Public propertyFormat
Gets or sets value format in the numeric indicator.
Public propertyInternalAnimationStarted
Gets or sets value which indicates whether internal animation is started for this indicator.
(Inherited from GraphicIndicator.)
Public propertyOffPosition
Gets or sets “OFF” position of the indicator. This is location where indicator will be parked to when its value is double.NaN.
(Inherited from GraphicIndicator.)
Public propertyPlaybackFrame
Gets index of the current playback frame.
(Inherited from GraphicIndicator.)
Public propertyPositions
Gets or sets numeric positions.
Public propertyRefreshMode
Gets or sets refresh mode of the indicator.
(Inherited from GraphicIndicator.)
Public propertyRefreshRate
Gets or sets refresh rate of the indicator.
(Inherited from GraphicIndicator.)
Public propertyRefreshTimer
This property serve internal needs of the RadGauge control.
(Inherited from GraphicIndicator.)
Public propertySnapInterval
Gets or sets snap interval for the indicator.
(Inherited from GraphicIndicator.)
Public propertySnapType
Gets or sets snap type for the indicator.
(Inherited from GraphicIndicator.)
Public propertyTooltipFormat
Gets or sets format of the indicator's tooltip.
(Inherited from GraphicIndicator.)
Public propertyToolTipStyle
Gets or sets the style applied to the toolTip of the indicator.
(Inherited from GraphicIndicator.)
Public propertyToolTipTemplate
Gets or sets template of the indicator's tooltip.
(Inherited from GraphicIndicator.)
Public propertyUseRangeColor
Gets or sets value which indicates whether the indicator will use range color as its background.
(Inherited from GraphicIndicator.)
Public propertyValue
Gets or sets value of the indicator.
(Inherited from GraphicIndicator.)
Public propertyValueMappings
Gets the value mappings that constitute the data mappings for a indicator.
(Inherited from GraphicIndicator.)
Public propertyValueSource
Gets or sets value source for the playback feature.
(Inherited from GraphicIndicator.)

See Also