Skip to main content

ScaleCustomElementBase.Content Property

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

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

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

See Also