TargetIdiom Enum

Definition

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

Desktop 3

Indicates that Microsoft.Maui.Controls is running on a desktop.

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.

TV 4

Indicates that Microsoft.Maui.Controls is running on a Tizen app on Tizen TV.

Unsupported 0

(Unused) Indicates that Microsoft.Maui.Controls is running on an unsupported device.

Watch 5

Indicates that Microsoft.Maui.Controls is running on a Tizen watch.

Applies to