Skip to content

v2.3

Compare
Choose a tag to compare
@dotMorten dotMorten released this 15 Sep 02:42
· 75 commits to main since this release
4fd9dbc
custom_backdrop_demo.mp4

New features:

  • Added new TransparentTintBackdrop and its CompositionBrushBackdrop classes to support transparent or tinted windows as well as custom backdrops #42.
  • Added support for setting overall window opacity.
  • Add WindowExtensions.Move method #122.
  • Add WindowState and WindowStateChanged properties to Window Manager to track minimize/maximize/restore #112.

Fixes:

  • Improve persistance restore by ignoring display names #98.

Behavior change:

  • Window.CenterOnScreen() no longer sets the Window to show. Call the Window.ShowWindow() extension to bring the window to the front. #132

NuGet Package: https://www.nuget.org/packages/WinUIEx/2.3.0

Custom window design by @niels9001 relying on Transparent Backdrop:
image