CircularGauge Members
A Circular Gauge control.Constructors
Name | Description |
---|---|
CircularGauge() | Initializes a new instance of the CircularGauge class with default settings. |
Fields
Name | Description |
---|---|
EnableAnimationProperty static | Identifies the GaugeBase.EnableAnimation dependency property. Inherited from GaugeBase. |
ScalePanelTemplateProperty static | Identifies the GaugeBase.ScalePanelTemplate dependency property. Inherited from GaugeBase. |
Properties
Name | Description |
---|---|
EnableAnimation | Gets or sets a value specifying whether value indicators should be animated when changing their values. Inherited from GaugeBase. |
Layers | Provides access to a collection of layers contained in the circular gauge. |
ScalePanelTemplate | Gets or sets the template that defines the presentation of a gauge’s scale panel. Inherited from GaugeBase. |
Scales | Provides access to a collection of scales contained in the Circular gauge. |
Methods
Name | Description |
---|---|
CalcHitInfo(Point) | Returns information on the gauge elements located at the specified point. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. 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