这个问题和解?
wpf吧
全部回复
仅看楼主
level 9
梦机器⚡ 楼主
1.
<Grid Background="Transparent" >
2.
<Border Grid.ColumnSpan="2" Grid.RowSpan="3" BorderThickness="1" CornerRadius="25" BorderBrush="Black" HorizontalAlignment="Left" Height="599" VerticalAlignment="Top" Width="359" Background="#FF1AF1E8">
3.
<Grid HorizontalAlignment="Left" Height="599" VerticalAlignment="Top" Width="359" Margin="0" >
2014年05月14日 08点05分 1
level 1
1、用Border.Clip
2、按钮应用这个圆角:
<CornerRadius x:Key="MyCorner">
<CornerRadius.TopLeft>0</CornerRadius.TopLeft>
<CornerRadius.TopRight>10</CornerRadius.TopRight>
<CornerRadius.BottomLeft>0</CornerRadius.BottomLeft>
<CornerRadius.BottomRight>0</CornerRadius.BottomRight>
</CornerRadius>
2014年05月14日 10点05分 2
level 2
没看懂
2014年05月14日 13点05分 3
level 1
修改按钮原模板
2014年05月19日 07点05分 4
1