Rounded Corner Custom Window Style

XAML WPF Developer 21 Reputation points
2021-10-01T04:31:26.457+00:00

Hi To All,
How to create custom window with rounded corner style in WPF/XAML

Thanks

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,358 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 71,606 Reputation points
    2021-10-01T06:49:57.767+00:00

    With CornerRadius on the Border
    A basic sample I had posted for another problem : Rounded Window Drop Shadow Problem

    0 comments No comments