The C1LinearGauge type exposes the following members.

Constructors

  NameDescription
Public methodC1LinearGauge
Initializes a new instance of a C1LinearGauge.

Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDisposeOverloaded.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodIsEnabled
Returns True if the Gauge can handle mouse messages.
(Inherited from C1GaugeBase.)
Public methodLoadOverloaded.
Public methodLoadViewOverloaded.
Protected methodMemberwiseCloneOverloaded.
Protected methodOnFormatLabel
Raises the FormatLabel event.
(Inherited from C1GaugeBase.)
Protected methodOnPointerValueChanged
Raises the PointerValueChanged event.
(Inherited from C1GaugeBase.)
Protected methodOnValueChanged
Raises the ValueChanged event.
(Inherited from C1GaugeBase.)
Public methodReset
Clears all collections and resets the properties to their default values.
(Inherited from C1GaugeBase.)
Public methodSaveOverloaded.
Public methodSaveViewOverloaded.
Protected methodShouldSerializeColorMaps
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonBorders
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonFillings
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonFonts
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonGradients
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonImages
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonShadows
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCommonShapes
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeCoverShapes
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeDecorators
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeFaceShapes
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeImageMaps
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeMorePointers
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializePointer
This member is for internal use only.
(Inherited from C1GaugeBase.)
Protected methodShouldSerializeViewport
This member is for internal use only.
(Inherited from C1GaugeBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from C1GaugeBase.)

Properties

  NameDescription
Public propertyAxisLength
Gets or sets the fraction-based length of the longitudinal axis.
Public propertyAxisStart
Gets or sets the fraction-based position where the longitudinal axis starts.
Public propertyBaseFactor
Gets or sets the fraction-based length of the transversal axis.
Public propertyBaseOrigin
Gets or sets the fraction-based location where the transversal axis starts.
Public propertyBounds
Gets the size and location of the Gauge, in pixels, relative to the parent control.
(Inherited from C1GaugeBase.)
Public propertyBoundValue
Gets or sets the bound data value associated with the main pointer.
(Inherited from C1GaugeBase.)
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.
(Inherited from C1GaugeBase.)
Public propertyCommonBorders
Gets the collection of templates for the C1GaugeBorder object.
(Inherited from C1GaugeBase.)
Public propertyCommonFillings
Gets the collection of templates for the C1GaugeFilling object.
(Inherited from C1GaugeBase.)
Public propertyCommonFonts
Gets the collection of templates for text font and color.
(Inherited from C1GaugeBase.)
Public propertyCommonGradients
Gets the collection of templates for the C1GaugeGradient object.
(Inherited from C1GaugeBase.)
Public propertyCommonImages
Gets the collection of templates for the C1GaugeCustomImage object.
(Inherited from C1GaugeBase.)
Public propertyCommonShadows
Gets the collection of templates for the C1GaugeShadow object.
(Inherited from C1GaugeBase.)
Public propertyCommonShapes
Gets the collection of templates for the C1GaugeCustomShape object.
(Inherited from C1GaugeBase.)
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).
(Inherited from C1GaugeBase.)
Public propertyDecorators
Gets the collection of the Gauge decorators.
(Inherited from C1GaugeBase.)
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.
(Inherited from C1GaugeBase.)
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.
(Inherited from C1GaugeBase.)
Public propertyFaceShapes
Gets the collection of shapes in the bottom layer (between the background and the decorators).
(Inherited from C1GaugeBase.)
Public propertyImageMaps
Gets the collection of templates for value images.
(Inherited from C1GaugeBase.)
Public propertyIsDisposed
Gets a value indicating whether the Gauge has already been disposed.
(Inherited from C1GaugeBase.)
Public propertyIsLogarithmic
Gets or sets if it uses a logarithmic scale. When true, uses the LogarithmicBase.
(Inherited from C1GaugeBase.)
Public propertyIsReversed
Gets or sets whether scale values should appear in reversed order (from Maximum to Minimum).
(Inherited from C1GaugeBase.)
Public propertyLogarithmicBase
Gets or sets the log base used when the IsLogarithmic is set to True.
(Inherited from C1GaugeBase.)
Public propertyMaximum
Maximum value for the Gauge.
(Inherited from C1GaugeBase.)
Public propertyMinimum
Minimum value for the Gauge.
(Inherited from C1GaugeBase.)
Public propertyMorePointers
Gets the collection of the other pointers, except the main pointer.
(Inherited from C1GaugeBase.)
Public propertyMorePointersValue_0
Gets or sets the bound data value associated with pointer #0 from the MorePointers collection.
(Inherited from C1GaugeBase.)
Public propertyMorePointersValue_1
Gets or sets the bound data value associated with pointer #1 from the MorePointers collection.
(Inherited from C1GaugeBase.)
Public propertyMorePointersValue_2
Gets or sets the bound data value associated with pointer #2 from the MorePointers collection.
(Inherited from C1GaugeBase.)
Public propertyMorePointersValue_3
Gets or sets the bound data value associated with pointer #3 from the MorePointers collection.
(Inherited from C1GaugeBase.)
Public propertyName
Gets or sets a name associated with the Gauge.
(Inherited from C1GaugeBase.)
Public propertyOffPosition
Gets or sets the fraction-based position used when the Value is set to Double.NaN.
Public propertyOrientation
Orientation of the C1LinearGauge.
Public propertyOwner
Gets the owner control.
(Inherited from C1GaugeBase.)
Public propertyPointer
Gets the main Gauge pointer.
(Inherited from C1GaugeBase.)
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.
(Inherited from C1GaugeBase.)
Public propertyValue
Gets or sets the current value of the Gauge.
(Inherited from C1GaugeBase.)
Public propertyViewport
Specifies the bounds of the Gauge working area.
(Inherited from C1GaugeBase.)
Public propertyViewTag
Gets or sets a digital tag identifying this element's views.
(Inherited from C1GaugeBase.)
Public propertyVisible
Gets or sets whether the Gauge is visible.
(Inherited from C1GaugeBase.)

Events

  NameDescription
Public eventAfterOwnerChanged
This event is for internal use only.
(Inherited from C1GaugeBase.)
Public eventBeforeOwnerChanged
This event is for internal use only.
(Inherited from C1GaugeBase.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public eventFormatLabel
Occurs when C1GaugeLabels or C1GaugeSingleLabel converts a value to the string representation.
(Inherited from C1GaugeBase.)
Public eventPointerValueChanged
Occurs when the Value property changes for some Gauge pointer.
(Inherited from C1GaugeBase.)
Public eventValueChanged
Occurs when the Value property changes for the main pointer.
(Inherited from C1GaugeBase.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone (Inherited from C1GaugeBase.)

See Also