AndroidPlatformOptions Class
Definition
public class AndroidPlatformOptions
Constructors
| Name | Description |
|---|---|
| AndroidPlatformOptions | No summary available. |
AndroidPlatformOptions Constructor
public AndroidPlatformOptions()
Properties
| Name | Description |
|---|---|
| RenderingMode | Gets or sets Avalonia rendering modes with fallbacks. The first element in the array has the highest priority. The default value is: Avalonia.AndroidRenderingMode.Egl, Avalonia.AndroidRenderingMode.Software. |
RenderingMode Property
Gets or sets Avalonia rendering modes with fallbacks. The first element in the array has the highest priority. The default value is: Avalonia.AndroidRenderingMode.Egl, Avalonia.AndroidRenderingMode.Software.
public System.Collections.Generic.IReadOnlyList<Avalonia.AndroidRenderingMode> RenderingMode { get; set; }
Remarks
If application should work on as wide range of devices as possible, at least add Avalonia.AndroidRenderingMode.Software as a fallback value.