ScaleCustomElement Members
A custom element on a scale.Constructors
Name | Description |
---|---|
ScaleCustomElement() | Initializes a new instance of the ScaleCustomElement 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. |
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. |
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