Skip to main content

Class WinitPlatformOptions

Namespace: Avalonia.Winit
Assembly: VelloSharp.Avalonia.Winit.dll

Options controlling the Winit-backed windowing platform.

public sealed class WinitPlatformOptions

Inheritance

objectWinitPlatformOptions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

FramesPerSecond

Gets or sets the desired frames-per-second for the render timer.

public int FramesPerSecond { get; set; }

Property Value

int

Window

Gets or sets the default Winit window configuration.

public WinitWindowOptions Window { get; set; }

Property Value

WinitWindowOptions