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; }
Public Overridable ReadOnly Property IsMac As Boolean
Get
abstract IsMac : bool with get
override IsMac : bool with get
Property Value
Type:
Booleantrue if this platform is mac; otherwise,
false.
See Also