The .NET MAUI Button is a custom button control with UI customization. Users can set icons, background images, and corner edge radii and customize the appearance for different visual states using the visual state manager.
Set images in the .NET MAUI Button control to provide an elegant view that matches the application.
Apply the required custom view as a template to the .NET MAUI Button.
Customize the font size with pixel precision along with standard options such as small, medium, and large. The font family and text color can also be easily customized.
The appearance of a button is highly customizable.
The border color of the button can easily be customized to any desired color.
The border of the buttons can easily be customized to the desired thickness. Users can also remove the border if it is not required.
The .NET MAUI Button control’s corner radii can easily be customized to create rounded edges.
Users can easily customize the appearance of a button as an outline, flat, circle, or icon.
A primary button is the default button with an accent color as the background.
A button with a traditional look and appearance.
A .NET MAUI Button without a border or background color.
A .NET MAUI Button with a border and without a background color.
A .NET MAUI Button with an icon and caption.
A .NET MAUI Button with rounded edges and a font icon.
Easily get started with the .NET MAUI Button using a few simple lines of C# code as demonstrated below. Also explore our .NET MAUI Button Example
that shows you how to render and configure the .NET MAUI Button.
<button:SfButton Text="SfButton" TextColor="White"/>
SfButton button = new SfButton();
button.Text = "SfButton";
button.TextColor = Colors.White;
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.