Skip to main content

ScaleCustomLabel Members

A custom scale label.

Constructors

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

Fields

Name Description
ContentProperty static Identifies the ScaleCustomElementBase.Content dependency property. Inherited from ScaleCustomElementBase.
ContentTemplateProperty static Identifies the ScaleCustomElementBase.ContentTemplate dependency property. Inherited from ScaleCustomElementBase.
OffsetProperty static Identifies the ScaleCustomLabel.Offset dependency property.
ValueProperty static Identifies the ScaleCustomLabel.Value dependency property.
VisibleProperty static Identifies the ScaleCustomElementBase.Visible dependency property. Inherited from ScaleCustomElementBase.
ZIndexProperty static Identifies the ScaleCustomElementBase.ZIndex dependency property. Inherited from ScaleCustomElementBase.

Properties

Name Description
Content Gets or sets the custom scale element content. This is a dependency property. Inherited from ScaleCustomElementBase.
ContentTemplate Gets or sets the template that defines the presentation of the custom element content represented by the ScaleCustomElementBase.Content property. This is a dependency property. Inherited from ScaleCustomElementBase.
Fill Defines the color to fill this object. Inherited from GaugeLayoutElement.
Offset Gets or sets the offset specifying a custom label’s position on a scale.
Value Gets or sets the value at which the custom label is located on a scale.
Visible Gets or sets whether the scale custom element is visible. Inherited from ScaleCustomElementBase.
ZIndex Gets or sets the z-index of custom elements. Inherited from ScaleCustomElementBase.

Methods

Name Description
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.

Events

Name Description
PropertyChanged Occurs every time any of the BaseGaugeNotificationElement class properties has changed its value. Inherited from BaseGaugeNotificationElement.
See Also