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)
- C#
- VB
- F#
public PixelSize? VideoMode { get; set; }
Public Property VideoMode As PixelSize?
Get
Set
member VideoMode : Nullable<PixelSize> with get, set