Skip to main content

GaugeBase Members

The base class for all gauge controls.

Constructors

Name Description
GaugeBase() Initializes a new instance of the GaugeBase class with default settings.

Fields

Name Description
EnableAnimationProperty static Identifies the GaugeBase.EnableAnimation dependency property.
ScalePanelTemplateProperty static Identifies the GaugeBase.ScalePanelTemplate dependency property.

Properties

Name Description
EnableAnimation Gets or sets a value specifying whether value indicators should be animated when changing their values.
ScalePanelTemplate Gets or sets the template that defines the presentation of a gauge’s scale panel.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also