111,126
社区成员
发帖
与我相关
我的任务
分享
<Window x:Class="Test.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow">
<Grid>
<Border Width="20" Height="20" Background="Green" BorderThickness="0" BorderBrush="Transparent"></Border>
</Grid>
</Window>