The C1GaugeBase type exposes the following members.

Properties

  NameDescription
Public propertyBounds
Gets the size and location of the Gauge, in pixels, relative to the parent control.
Public propertyBoundValue
Gets or sets the bound data value associated with the main pointer.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyColorMaps
Gets the collection of templates for value colors.
Public propertyCommonBorders
Gets the collection of templates for the C1GaugeBorder object.
Public propertyCommonFillings
Gets the collection of templates for the C1GaugeFilling object.
Public propertyCommonFonts
Gets the collection of templates for text font and color.
Public propertyCommonGradients
Gets the collection of templates for the C1GaugeGradient object.
Public propertyCommonImages
Gets the collection of templates for the C1GaugeCustomImage object.
Public propertyCommonShadows
Gets the collection of templates for the C1GaugeShadow object.
Public propertyCommonShapes
Gets the collection of templates for the C1GaugeCustomShape object.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCoverShapes
Gets the collection of shapes in the top layer (over everything).
Public propertyDecorators
Gets the collection of the Gauge decorators.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnabled
Gets or sets whether the Gauge is enabled.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFaceAhead
Gets or sets whether the FaceShapes should appear in front of the other Gauges.
Public propertyFaceShapes
Gets the collection of shapes in the bottom layer (between the background and the decorators).
Public propertyImageMaps
Gets the collection of templates for value images.
Public propertyIsDisposed
Gets a value indicating whether the Gauge has already been disposed.
Public propertyIsLogarithmic
Gets or sets if it uses a logarithmic scale. When true, uses the LogarithmicBase.
Public propertyIsReversed
Gets or sets whether scale values should appear in reversed order (from Maximum to Minimum).
Public propertyLogarithmicBase
Gets or sets the log base used when the IsLogarithmic is set to True.
Public propertyMaximum
Maximum value for the Gauge.
Public propertyMinimum
Minimum value for the Gauge.
Public propertyMorePointers
Gets the collection of the other pointers, except the main pointer.
Public propertyMorePointersValue_0
Gets or sets the bound data value associated with pointer #0 from the MorePointers collection.
Public propertyMorePointersValue_1
Gets or sets the bound data value associated with pointer #1 from the MorePointers collection.
Public propertyMorePointersValue_2
Gets or sets the bound data value associated with pointer #2 from the MorePointers collection.
Public propertyMorePointersValue_3
Gets or sets the bound data value associated with pointer #3 from the MorePointers collection.
Public propertyName
Gets or sets a name associated with the Gauge.
Public propertyOwner
Gets the owner control.
Public propertyPointer
Gets the main Gauge pointer.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySlidingScale
Optimizes painting for the case if the Minimum and Maximum properties are variable.
Public propertyValue
Gets or sets the current value of the Gauge.
Public propertyViewport
Specifies the bounds of the Gauge working area.
Public propertyViewTag
Gets or sets a digital tag identifying this element's views.
Public propertyVisible
Gets or sets whether the Gauge is visible.

See Also