Skip to main content

RenderingMode Property

Gets or sets Avalonia rendering modes with fallbacks. The first element in the array has the highest priority.

Definition

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

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

Property Value

IReadOnlyList(BrowserRenderingMode)

Exceptions

InvalidOperationExceptionThrown if no values were matched.

See Also

Reference

BrowserPlatformOptions Class
Avalonia.Browser Namespace