Click or drag to resize

PlatformIsGtk Property

Gets a value indicating whether this platform is based on GTK# (2 or 3)

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

Property Value

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