Class WinitPlatformOptions
Namespace: Avalonia.Winit
Assembly: VelloSharp.Avalonia.Winit.dll
Options controlling the Winit-backed windowing platform.
public sealed class WinitPlatformOptions
Inheritance
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
Window
Gets or sets the default Winit window configuration.
public WinitWindowOptions Window { get; set; }