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:

xmlns:material="http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material"

Then you can use it like this:

<material:ButtonView>
    <Label Text="Hello UraniumUI 👋" />
</material:ButtonView>

uraniumui buttonview

In this document