TargetIdiom Enum

Definition

Indicates the type of device Xamarin.Forms is working on.

public enum TargetIdiom
type TargetIdiom = 
Inheritance
TargetIdiom

Fields

Desktop 3

Indicates that Xamarin.Forms is running on a desktop.

Phone 1

Indicates that the width of the iPhone, iPod Touch, Windows Phone, or Android device on which Xamarin.Forms is running is narrower than 600 dips.

Tablet 2

Indicates that the width of the iPad, Windows 8.1, or Android device on which Xamarin.Forms is running is wider than 600 dips.

TV 4

Indicates that Xamarin.Forms is running on a Tizen app on Tizen TV.

Unsupported 0

(Unused) Indicates that Xamarin.Forms is running on an unsupported device.

Watch 5

Indicates that Xamarin.Forms is running on a Tizen watch.

Applies to