Skip to main content

RenderingMode Property

Gets or sets Avalonia rendering modes with fallbacks. The first element in the array has the highest priority. The default value is: Egl, Software.

Definition

Namespace: Avalonia
Assembly: Avalonia.Android (in Avalonia.Android.dll)

public IReadOnlyList<AndroidRenderingMode> RenderingMode { get; set; }

Property Value

IReadOnlyList(AndroidRenderingMode)

Remarks

If application should work on as wide range of devices as possible, at least add Software as a fallback value.

Exceptions

InvalidOperationExceptionThrown if no values were matched.

See Also

Reference

AndroidPlatformOptions Class
Avalonia Namespace