AllowsTransparency="True" 怎么放大缩小窗体

后台都不用写任何代码!

xaml:

 

 

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        Title="TestNoBorderWindow"
        Width="300"
        Height="300"
        MinWidth="100"
        MinHeight="100"
        mc:Ignorable="d">
   
       
   

                Background="White"
            BorderBrush="Red"
            BorderThickness="1"
            CornerRadius="5"
            SnapsToDevicePixels="True">
       
                                          Direction="0"
                              ShadowDepth="0" />
       

       
   


 

你可能感兴趣的:(WPF)