iOSPlatformOptions Class
Definition
iOS backend options.
public class iOSPlatformOptions
Constructors
| Name | Description |
|---|---|
| iOSPlatformOptions | No summary available. |
iOSPlatformOptions Constructor
public iOSPlatformOptions()
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.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; }