Skip to main content

WinUICompositionBackdropCornerRadius Property

When CompositionMode is set to WinUIComposition, create rounded corner blur brushes If set to null the brushes will be created using default settings (sharp corners) This can be useful when you need a rounded-corner blurred Windows 10 app, or borderless Windows 11 app.

Definition

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

public float? WinUICompositionBackdropCornerRadius { get; set; }

Property Value

Nullable(Single)

See Also

Reference

Win32PlatformOptions Class
Avalonia Namespace