Skip to main content

ScaleCustomElement.Content Property

Gets or sets the scale custom element’s content. This is a dependency property.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v24.1.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

A Object value that is the custom element’s content.

See Also