7 references to DeviceIdiom
Microsoft.Maui.Essentials (7)
Types\DeviceIdiom.shared.cs (7)
15
public static DeviceIdiom Phone { get; } = new
DeviceIdiom
(nameof(Phone));
20
public static DeviceIdiom Tablet { get; } = new
DeviceIdiom
(nameof(Tablet));
25
public static DeviceIdiom Desktop { get; } = new
DeviceIdiom
(nameof(Desktop));
30
public static DeviceIdiom TV { get; } = new
DeviceIdiom
(nameof(TV));
35
public static DeviceIdiom Watch { get; } = new
DeviceIdiom
(nameof(Watch));
40
public static DeviceIdiom Unknown { get; } = new
DeviceIdiom
(nameof(Unknown));
59
new
DeviceIdiom
(deviceIdiom);