Gets or sets the scale custom element's content. This is a dependency property.
Namespace:DevExpress.Xpf.Gauges
Assembly:DevExpress.Xpf.Gauges.v19.2.dll

Syntax
C# |
public object Content { get; set; }
|
VB |
Public Property Content As Object
|
Property value
Type: Object
A System.Object value that is the custom element's content.

See Also