Skip to content

MichaelSL/wpf-rounded-window-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Rounded Corners example

This is a simplest example of building a form with rounded corners with WPF. This tecnique relies on AllowsTransparency property of WPF window. While it is the easiest way to achieve desired behavior this is not the most resource effective way.

You can go down to Windows API level and catch WM_PAINT message. This is the longest but most effective way.

About

Demo example of rounded window

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages