OnScreenSizeExtensionBase.ExtraLargeThreshold Property
Gets or sets the minimum size for devices with screens of the Extra Large size class.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public abstract double ExtraLargeThreshold { get; set; }
Property Value
Type | Description |
---|---|
Double | The minimum size value. |
See Also