Skip to main content

iOSPlatformOptions Class

Definition

Namespace:Avalonia
Assembly:Avalonia.iOS
Package:Avalonia.iOS

iOS backend options.

public class iOSPlatformOptions

Inheritance: object -> iOSPlatformOptions

Constructors

NameDescription
iOSPlatformOptionsNo summary available.

iOSPlatformOptions Constructor

public iOSPlatformOptions()

Properties

NameDescription
RenderingModeGets or sets Avalonia rendering modes with fallbacks. The first element in the array has the highest priority. The default value is: Avalonia.iOSRenderingMode.OpenGl.

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

public System.Collections.Generic.IReadOnlyList<Avalonia.iOSRenderingMode> RenderingMode { get; set; }

Exceptions