OnScreenSizeExtensionBase.ExtraSmall Property
Gets or sets the size value for devices with screens of the Extra Small size class.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public object ExtraSmall { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The size value. |
See Also