ScaleCustomLabel Properties
A custom scale label.| 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. |
See Also