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.
Indicates the type of device Xamarin.Forms is working on.
public enum TargetIdiom
type TargetIdiom =
- Inheritance
-
System.EnumTargetIdiom
Fields
Name | Value | Description |
---|---|---|
Unsupported | 0 | (Unused) Indicates that Xamarin.Forms is running on an unsupported device. |
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. |
Desktop | 3 | Indicates that Xamarin.Forms is running on a desktop. |
TV | 4 | Indicates that Xamarin.Forms is running on a Tizen app on Tizen TV. |
Watch | 5 | Indicates that Xamarin.Forms is running on a Tizen watch. |