-
Notifications
You must be signed in to change notification settings - Fork 81
ProgressBar
To use any of below styles, just insert the following setting to your progress bars tag:
Classes="STYLE_NAME"
Where STYLE_NAME is the name of the style you want to add.
Uses the Primary Dark color scheme, background using primary light color scheme, and horizontal progress indicator by default. (Default style)
Tips:
Vertical
variation of ProgressBar is available for use. Just change propertyOrientation
toVertical
.
Uses the Primary Dark color scheme.
Tips: To change color scheme of ProgressBar, add tag
Foreground="{DynamicResource BRUSH_NAME}"
to your ProgressBar. You can look this page (Brush names) to know which brush name could be used.
Material.Avalonia Wiki pages is still WIP (work in progress), Pages could not ready for show if they unclickable.
Main section
- Main page
- Getting started
- Screenshots of Demo
- FAQ (frequently asked questions)
- Breaking changes
- Nightly builds
Widgets / Controls
- Buttons
- Inputs
- TextBox
- Switchable
- CheckBox
- RadioButton
- ToggleButton
- ToggleSwitch
- Selectable
- ListBox
- ComboBox
- Pickers
- Feedbacks
- ProgressBar
- Snackbar
- Dialogs
- AlertDialog
- TextFieldDialog
- CustomDialog
- Containers / Layouts
- ColorZone
- Card
- Expander
- DataGrid
Theming
Builders
Assist for widgets
- ButtonAssist
- SelectionControlAssist
- ShadowAssist
- SliderAssist
- TextFieldAssist
- TransitionAssist