Skip to main content
ON

OnDisplaySizeExtension.Medium Property

Gets or sets the size value 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 object Medium { get; set; }

Property Value

Type Description
Object

The display size value.

Remarks

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

See Also