Click or drag to resize

PlatformIsMac Property

Gets a value indicating whether this platform is a mac based platform (MonoMac/XamMac)

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool IsMac { get; }

Property Value

Type: Boolean
true if this platform is mac; otherwise, false.
See Also