OnScreenWidthExtension.MediumThreshold Property
Gets or sets the minimum available width for devices with screens of the Medium size class.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public override double MediumThreshold { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 375 | The available screen width. |
See Also