DevicePlatform.watchOS Property

Definition

Gets an instance of DevicePlatform that represents Apple watchOS.

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

Property Value

The watchOS platform.

Applies to