Xamarin Forms: How can I add padding to a button?

前端 未结 6 1059
天涯浪人
天涯浪人 2021-02-01 19:30

I have the following XAML Xamarin.Forms.Button

I tried to add

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-01 20:08

    you can wrap your button in a StackLayout and add padding to the StackLayout

     
         

提交回复
热议问题