DeviceIdiom.Tablet Property

Definition

Gets an instance of DeviceIdiom that represents a tablet idiom.

public:
 static property Microsoft::Maui::Devices::DeviceIdiom Tablet { Microsoft::Maui::Devices::DeviceIdiom get(); };
public static Microsoft.Maui.Devices.DeviceIdiom Tablet { get; }
static member Tablet : Microsoft.Maui.Devices.DeviceIdiom
Public Shared ReadOnly Property Tablet As DeviceIdiom

Property Value

The tablet idiom

Applies to