DevicePlatform.tvOS Property

Definition

Gets an instance of DevicePlatform that represents Apple tvOS.

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

Property Value

The tvOS platform

Applies to