DevicePlatform.MacCatalyst Property

Definition

Gets an instance of DevicePlatform that represents Mac Catalyst.

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

Property Value

Remarks

Note, this is different than macOS.

Applies to