FilledButton QML Type
An accent-colored filled action button. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- enabled : bool
- highlighted : bool
- icon : var
- text : string
Detailed Description
FilledButton renders a solid, accent-colored button that follows the Fluent Design filled button style. It is typically used for primary actions and can be configured with text, an icon, and a highlighted state.
Property Documentation
enabled : bool
Whether the button is enabled and responds to user interaction.
highlighted : bool
Whether the button appears in a highlighted (accent) visual state. Defaults to true.
icon : var
The icon displayed on the button.
text : string
The label text displayed on the button.