macOS Class

Definition

Marker class that identifies the macOS platform.

public sealed class macOS : Xamarin.Forms.IConfigPlatform
type macOS = class
    interface IConfigPlatform
Inheritance
System.Object
macOS
Implements

Remarks

Developers specify the type name of this marker class to the On<T>() method to specify the underlying iOS control on which to run a platform-specific effect.

Constructors

macOS()

Creates a new macOS marker class.

Applies to