Skip to main content

Win32CompositionMode Enumeration

Represents the Win32 window composition mode.

Definition

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

public enum Win32CompositionMode

Members

WinUIComposition1Render Avalonia to a texture inside the Windows.UI.Composition tree.
DirectComposition2Render Avalonia to a texture inside the DirectComposition tree.
LowLatencyDxgiSwapChain3When LowLatencyDxgiSwapChain is active, renders Avalonia through a low-latency Dxgi Swapchain.
RedirectionSurface4The window renders to a redirection surface.

See Also

Reference

Avalonia Namespace