PixelFormat Property
The required pixel format for the frame buffer. A null value will leave the frame buffer in the current pixel format. Otherwise sets the frame buffer to the required format
Definition
Namespace: Avalonia.LinuxFramebuffer.Output
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)
- C#
- VB
- F#
public PixelFormat? PixelFormat { get; set; }
Public Property PixelFormat As PixelFormat?
Get
Set
member PixelFormat : Nullable<PixelFormat> with get, set
Property Value
See Also
Reference
FbDevOutputOptions Class
Avalonia.LinuxFramebuffer.Output Namespace