ProgressButton QML Type
A button with an integrated progress indicator. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Detailed Description
ProgressButton combines a standard button with a progress bar that fills the button surface, providing visual feedback for ongoing operations triggered by the button.
Property Documentation
enabled : bool
Whether the button is enabled and can be interacted with. When false, the button appears grayed out and does not respond to input.
progress : real
The current progress value, ranging from 0.0 to 1.0. This value determines how much of the button surface is filled by the progress indicator.
running : bool
Whether the progress animation is currently active. Set to true to start the progress indicator, false to stop it.
text : string
The text label displayed on the button.