AnalyticsInfo.DeviceForm Property

Definition

Gets the device form factor running Windows 10. For example, the app could be running on a phone, tablet, desktop, and so on.

public:
 static property Platform::String ^ DeviceForm { Platform::String ^ get(); };
static winrt::hstring DeviceForm();
public static string DeviceForm { get; }
var string = AnalyticsInfo.deviceForm;
Public Shared ReadOnly Property DeviceForm As String

Property Value

String

Platform::String

winrt::hstring

The device form factor.

Applies to

See also