AndroidPlatformOptions Class
Definition
Namespace: Avalonia
Assembly: Avalonia.Android (in Avalonia.Android.dll)
- C#
- VB
- F#
public sealed class AndroidPlatformOptions
Public NotInheritable Class AndroidPlatformOptions
[<SealedAttribute>]
type AndroidPlatformOptions = class end
| Inheritance | Object → AndroidPlatformOptions |
Constructors
| AndroidPlatformOptions() | Initializes a new instance of the AndroidPlatformOptions class |
Properties
| RenderingMode | Gets or sets Avalonia rendering modes with fallbacks. The first element in the array has the highest priority. The default value is: Egl, Software. |
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() | Serves as the default hash function. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a string that represents the current object. (Inherited from Object) |