Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Make button round edged

$
0
0

Hi Team,

I want to make my button round edged. My button code is as follows:-

<Button Grid.Column="1" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" HorizontalAlignment="Center" BorderThickness="1" Foreground="White" FontFamily="Arial,Helvetica,sans-serif" Width="85" Background="#6F933D" BorderBrush="#48671E" CommandParameter="11" Command="{Binding AuditCommand}" Visibility="{Binding ViewModel.IsCompleteAccessible}" Margin="38,0,60,0" Height="24" VerticalAlignment="Bottom">Complete</Button>

Please tell how can I make it round edged.

Thanks,
Rahul


Viewing all articles
Browse latest Browse all 18858

Trending Articles