RadialProgressBar.Content Property
Gets or sets the content that is displayed in the center of the radial progress bar. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
Object | The content that is displayed in the center of the radial progress bar. |
See Also