How to create/make rounded corner buttons in WPF?

前端 未结 12 2136
礼貌的吻别
礼貌的吻别 2020-12-04 11:39

I need to create a rounded corner glossy button in WPF. Can anyone please explain me what steps are needed?

12条回答
  •  自闭症患者
    2020-12-04 12:15

    in your app.xaml add this part of style :

       
         
    
        
    
        
    

    Button

     

提交回复
热议问题