RadialProgressBar.StretchToFit Property
In This Article
Gets or sets whether the radial progress bar is resized to best fit the page. This is a bindable property.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public bool StretchToFit { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also