天天看點

wpf視窗透明

  1. WindowStyle="None"
  2. ResizeMode="CanMinimize" 或 ResizeMode="NoResize"
  3. 調整WindowChrome

原理

WindowChrome

<Window  
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            WindowStyle="None" ResizeMode="CanMinimize"
            Title="walterlv demo" Height="450" Width="800">
<WindowChrome.WindowChrome>
        <WindowChrome GlassFrameThickness="0" ResizeBorderThickness="4" CaptionHeight="0" CornerRadius="0" />
    </WindowChrome.WindowChrome>
</Window>
           

留待後查,同時友善他人

聯系我:[email protected]