TargetIdiom Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.Maui.Devices.DeviceIdiom instead.
Indicates the type of device Microsoft.Maui.Controls is working on.
public enum class TargetIdiom
[System.Obsolete("Use Microsoft.Maui.Devices.DeviceIdiom instead.")]
public enum TargetIdiom
[<System.Obsolete("Use Microsoft.Maui.Devices.DeviceIdiom instead.")>]
type TargetIdiom =
Public Enum TargetIdiom
- Inheritance
-
TargetIdiom
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unsupported | 0 | (Unused) Indicates that Microsoft.Maui.Controls is running on an unsupported device. |
Phone | 1 | Indicates that the width of the iPhone, iPod Touch, Windows Phone, or Android device on which Microsoft.Maui.Controls is running is narrower than 600 dips. |
Tablet | 2 | Indicates that the width of the iPad, Windows 8.1, or Android device on which Microsoft.Maui.Controls is running is wider than 600 dips. |
Desktop | 3 | Indicates that Microsoft.Maui.Controls is running on a desktop. |
TV | 4 | Indicates that Microsoft.Maui.Controls is running on a Tizen app on Tizen TV. |
Watch | 5 | Indicates that Microsoft.Maui.Controls is running on a Tizen watch. |