Skip to main content

VideoMode Property

Specifies the video mode with which the DrmOutput should be created, if it is not found it will fallback to the preferred mode. If null, the preferred mode will be used.

Definition

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

public PixelSize? VideoMode { get; set; }

Property Value

Nullable(PixelSize)

See Also

Reference

DrmOutputOptions Class
Avalonia.LinuxFramebuffer Namespace