Home » FAQ » .NET MAUI » Can I change the size of a button?
Yes, you can change the size of a button by adjusting its WidthRequest and HeightRequest properties.XAML:
<Button x:Name="button" WidthRequest="100" HeightRequest="50"/>
Platform BlazorASP.NETWinFormsWPF.NET MAUI
Question *
Answer (Optional)
Email (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with