This commit is contained in:
Javier Suárez Ruiz 2022-05-14 12:23:14 +02:00
Родитель 572070c16a
Коммит 8f806ddb9a
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -51,12 +51,23 @@ CheckBox is a type of button that can either be checked or empty.
<img src="images/alohakit-checkbox.png" Width="220" />
Features:
- Checked/Unchecked state when IsChecked is true/false respectively.
- Customize the width of the lines with which the Checkbox element is drawn.
- Defines the Brush applied to the control when it is checked.
- Defines the Brush applied to the control when it is unchecked.
- Exposes Commands that allows you to manage actions when Checkbox state changes.
### PulseIcon
PulseIcon generates pulsation relative to your icon.
<img src="images/alohakit-pulseicon.png" Width="220" />
Features:
- All the colors can be customized supporting gradients.
- Can easily manage the animation.
### ProgressBar
The ProgressBar visually represents progress as a horizontal or vertical bar that is filled to a percentage represented by a float value.