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: OpenGl.

Definition

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

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

Property Value

IReadOnlyList(iOSRenderingMode)

Exceptions

InvalidOperationExceptionThrown if no values were matched.

See Also

Reference

iOSPlatformOptions Class
Avalonia Namespace