OnDisplaySizeExtension.Small Property
In This Article
Gets or sets the size value for devices with screens of the Small size class.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public object Small { get; set; }
#Property Value
Type | Description |
---|---|
System. |
The display size value. |
#Remarks
For more information, refer to the following help topic: OnDisplaySizeExtension.
See Also