Skip to main content
ON

OnDisplaySizeExtension.MediumThreshold Property

Gets or sets the minimum size 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 Size MediumThreshold { get; set; }

Property Value

Type Description
Size

An object of the Size type.

Remarks

For more information, refer to the following help topic: OnDisplaySizeExtension.

See Also