ScaleCustomElementBase Properties
The base class for custom scale elements.| 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. |
See Also