Version

RadialGaugeNeedleAnchor Class Members

The following tables list the members exposed by RadialGaugeNeedleAnchor.

Public Constructors
 NameDescription
Public ConstructorRadialGaugeNeedleAnchor ConstructorRadialGaugeNeedleAnchor constructor.  
Public Properties
 NameDescription
Public PropertyBrushElementThe BrushElement used to fill the anchor.  
Public PropertyExtentThe distance of the anchor from the center of the gauge, expressed as a percentage of the gauge radius.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyRadiusThe radius of this RadialGaugeNeedleAnchor. The unit of measurement for this property is determined by the RadiusMeasure property.  
Public PropertyRadiusMeasureUnit of measurement corresponding with the Radius property.  
Public PropertySpokeDepthThe depth of each "spoke" in the anchor. Spokes will be visible if this property is set to a value other than 100 and SpokeSweep is set to 90 or less.  
Public PropertySpokeSweepSweep angle of each "spoke" in the anchor. If SpokeDepth is greater or less than 100, the number of spokes will be equal to 180 / SpokeSweep.  
Public PropertyStrokeElementStrokeElement defining the Pen used for outlining this anchor.  
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this RadialGaugeNeedleAnchor.  
Public MethodFillSceneGraphRenders primitives to the SceneGraph in the form of this radial gauge needle anchor.  
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also