Browse Source

Added doc

pull/9119/head
Markus Wenzl 4 years ago
parent
commit
fa754f21c8
  1. 4
      src/Linux/Avalonia.LinuxFramebuffer/DrmOutputOptions.cs

4
src/Linux/Avalonia.LinuxFramebuffer/DrmOutputOptions.cs

@ -24,6 +24,10 @@ namespace Avalonia.LinuxFramebuffer
/// </summary>
public Color InitialBufferSwappingColor { get; set; } = new Color(0, 0, 0, 0);
/// <summary>
/// specific the video mode with which the DrmOutput should be created, if it is not found it will fallback to the preferred mode.
/// If NULL preferred mode will be used.
/// </summary>
public PixelSize? VideoMode { get; set; }
}
}

Loading…
Cancel
Save