PlatformSupportedFeatures Property |
Gets the supported features of the platform.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual PlatformFeatures SupportedFeatures { get; }
Public Overridable ReadOnly Property SupportedFeatures As PlatformFeatures
Get
abstract SupportedFeatures : PlatformFeatures with get
override SupportedFeatures : PlatformFeatures with get
Property Value
Type:
PlatformFeaturesThe supported features.
See Also