Version

RadialGaugeMarker Class Members

The following tables list the members exposed by RadialGaugeMarker.

Public Properties
 NameDescription
Public PropertyBrushElementBrushElement defining how the background of this gauge marker is painted. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyKeyUnique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject)
Public PropertyPrecisionPrecision used for this marker to point out values. Enable this marker to "snap to" distinct values on the parent gauge by setting this property to a non-zero value. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Public PropertyResponseProperties affecting how this gauge marker responds to input values. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Public PropertyScaleThe parent Scale.  
Public PropertyStrokeElementThe StrokeElement defining the Pen used to outline this gauge marker. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Public PropertyValueThe value to be pointed at by this gauge marker. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Public PropertyVisibleDetermines whether or not this marker should be rendered. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodFillSceneGraphAdds primitives to the scene in the form of this gauge marker. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Public MethodGetScaleOverridden. Gets the Scale which is responsible for this marker.  
Public MethodMapFinds the degree location for a value represented by the marker.  
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Protected MethodOnValueChangedCalled whenever this marker's Value is changed. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
Protected MethodSetRangesInsideSets the ranges that this marker is currently inside. (Inherited from Infragistics.UltraGauge.Resources.GaugeMarker)
See Also