OnScreenHeightExtension.ExtraLargeThreshold Property
In This Article
Gets or sets the minimum available height 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
C#
public override double ExtraLargeThreshold { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | 1024 | The available screen height. |
See Also