Win32CompositionMode Enumeration
Represents the Win32 window composition mode.
Definition
Namespace: Avalonia
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)
- C#
- VB
- F#
public enum Win32CompositionMode
Public Enumeration Win32CompositionMode
type Win32CompositionMode
Members
WinUIComposition | 1 | Render Avalonia to a texture inside the Windows.UI.Composition tree. |
DirectComposition | 2 | Render Avalonia to a texture inside the DirectComposition tree. |
LowLatencyDxgiSwapChain | 3 | When LowLatencyDxgiSwapChain is active, renders Avalonia through a low-latency Dxgi Swapchain. |
RedirectionSurface | 4 | The window renders to a redirection surface. |