Skip to main content

ScaleCustomElementBase Members

The base class for custom scale elements.

Fields

Name Description
ContentProperty static Identifies the ScaleCustomElementBase.Content dependency property.
ContentTemplateProperty static Identifies the ScaleCustomElementBase.ContentTemplate dependency property.
VisibleProperty static Identifies the ScaleCustomElementBase.Visible dependency property.
ZIndexProperty static Identifies the ScaleCustomElementBase.ZIndex dependency property.

Properties

Name Description
Content Gets or sets the custom scale element content. This is a dependency property.
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.
Fill Defines the color to fill this object. Inherited from GaugeLayoutElement.
Visible Gets or sets whether the scale custom element is visible.
ZIndex Gets or sets the z-index of custom elements.

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.

Events

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