How to create a round or circle button in .NET MAUI (SfButton)?
This section explains how to create a round or circle button using .NET MAUI Button. A circular button can be achieved using the CornerRadius property, which is used to make the rounded edges in .NET MAUI.
XAML:
<buttons:SfButton x:Name="button"
WidthRequest="100"
HeightRequest="100"
Text="Circle Button"
CornerRadius="50"/>
Output:
Conclusion
I hope you enjoyed learning how to create a round or circle button in the .NET MAUI Button (SfButton).
Refer to our .NET MAUI Button’s feature tour page for other groundbreaking features. Explore our .NET MAUI Button documentation for detailed guidance on presenting and manipulating data.
Check out our .NET MAUI components from the License and Downloads page for current customers. If you are new to Syncfusion®, try our 30-day free trial to check out our .NET MAUI Button and other .NET MAUI components.
Please let us know in the comments section if you have any queries or require clarification. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!