<StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <Button Width="100"> BulgedUp Bevel <Button.BitmapEffect> <BevelBitmapEffect EdgeProfile="BulgedUp"/> </Button.BitmapEffect> </Button> </StackPanel>