ButtonView
ButtonView is a plain control that allows you place your content inside it. It is a simple wrapper around the StatefulContentView control.
ButtonView included in Material Theme.
Usage
ButtonView
is defined in UraniumUI.Material.Controls
namespace. You can add it to your XAML like this:
Then you can use it like this:
Customizations
You can customize the ButtonView
by using the style properties. You can use the following template to create your own style:
Note: Make sure the following namespaces exist in your XAML file:
xmlns:material="http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material"
xmlns:uranium="http://schemas.enisn-projects.io/dotnet/maui/uraniumui"