Skip to main content

ScaleCustomElementBase.Content Property

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

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public object Content { get; set; }

Property Value

Type Description
Object

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

See Also