Version

LinearGaugeRange Class Members

The following tables list the members exposed by LinearGaugeRange.

Public Constructors
 NameDescription
Public ConstructorLinearGaugeRange ConstructorLinearGaugeRange constructor.  
Public Properties
 NameDescription
Public PropertyBrushElementBrushElement defining how the background of this Range is painted. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyEndValueEnd value for this range. Relates to a value on the Axis of the parent scale. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyInnerExtentInner extent of this range. For horizontally oriented gauges, this is expressed as a percentage of the gauge's height. For vertically oriented gauges, this is expressed as a percentage of the gauge's width.  
Public PropertyKeyUnique identifier for this object in a collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionObject)
Public PropertyOuterExtentOuter extent of this range. For horizontally oriented gauges, this is expressed as a percentage of the gauge's height. For vertically oriented gauges, this is expressed as a percentage of the gauge's width.  
Public PropertyScaleThe parent Scale. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyShadowSettings used to render a shadow under the range.  
Public PropertyStartValueStart value for this range. Relates to a value on the Axis of the parent scale. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyStrokeElementStrokeElement defining the Pen used for outlining this Range. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public PropertyVisibleDetermines whether or not this range should be displayed. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
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 LinearGaugeRange.  
Public MethodFillSceneGraphOverridden. Renders primitives to the SceneGraph in the form of this linear gauge range.  
Public MethodGetRangeBoundsGets the bounds for this range.  
Public MethodInRangeOverloaded. Tests whether or not a given value is within this range. (Inherited from Infragistics.UltraGauge.Resources.GaugeRange)
Public MethodToStringReturns a string representation of this object.  
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