<Window x:Class="StackPanel和border.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525"> <Border BorderBrush="Red" BorderThickness="4" Padding="6" CornerRadius="88"> <StackPanel Orientation="Horizontal"> <Button Content="button1" ></Button> </StackPanel> </Border> </Window>
时间: 2024-10-06 09:15:21