RadialProgressBar.Content Property
In This Article
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
C#
public object Content { get; set; }
#Property Value
Type | Description |
---|---|
System. |
The content that is displayed in the center of the radial progress bar. |
See Also