Search
BaseGauge(T) Members
Constructors Properties Methods Events
 


Represents the base class of linear and oval gauge controls.

The following tables list the members exposed by the BaseGauge(T) type.

 Protected Constructors

  Name Description

BaseGauge

Initializes a new instance of the BaseGauge class.

 Public Properties

  Name Description

CacheVisuals

Gets or sets a value indicating whether the gauge will cache all background and foreground elements to improve performance.

LicenseKey

Gets or sets the license key of the control.

Scales

Gets or sets the scales contained in the gauge.

 Protected Properties

  Name Description

DefaultSize

Control.DefaultSize override.

 Public Methods

  Name Description

GetElementByName

Returns the VisualElement object corresponding to the specified name.

HitTestObj

Checks whether the specified point lies within the visual structure of a scale element.

 Protected Methods

  Name Description

OnMouseDown

Control.OnMouseDown override.

OnMouseMove

Control.OnMouseMove override.

OnMouseUp

Control.OnMouseUp override.

OnPaint

Control.OnPaint override.

OnPaintBackground

Raises the PaintBackground event.

OnPaintForeground

Raises the PaintForeground event.

OnPaintPointer

Raises the PaintPointer event.

OnPaintScale

Raises the PaintScale event.

OnPaintTick

Raises the PaintTick event.

OnPrepaintBackground

Raises the PrepaintBackground event.

OnPrepaintForeground

Raises the PrepaintForeground event.

OnPrepaintPointer

Raises the PrepaintPointer event.

OnPrepaintScale

Raises the PrepaintScale event.

OnPrepaintTick

Raises the PrepaintTick event.

OnSizeChanged

Control.OnSizeChanged override.

 Public Events

  Name Description

PaintBackground

Raised when the gauge background is being painted.

PaintForeground

Raised when the gauge foreground is being painted.

PaintPointer

Raised when a pointer in the gauge is being painted.

PaintScale

Raised when a tick in the gauge is being painted.

PaintTick

Raised when a tick in the gauge is being painted.

PrepaintBackground

Raised when the gauge background is being painted.

PrepaintForeground

Raised when the gauge foreground is being painted.

PrepaintPointer

Raised when a pointer in the gauge is being painted.

PrepaintScale

Raised when a tick in the gauge is being painted.

PrepaintTick

Raised when a tick in the gauge is being painted.

 See Also