Skip to content

ProgressBar

SKProCH edited this page Sep 3, 2023 · 3 revisions

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.

Regular progress bar style (Additional classes not required)

Uses the Primary Dark color scheme, background using primary light color scheme, and horizontal progress indicator by default. (Default style)

ProgressBar Horizontal Preview Pic

Tips: Vertical variation of ProgressBar is available for use. Just change property Orientation to Vertical.

Regular progress bar style, vertical variation (Orientation="Vertical")

ProgressBar Vertical Preview Pic

Circular progress bar style

Circle

Uses the Primary Dark color scheme.

Circular Progress indicator Preview Pic

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

Widgets / Controls

Theming

Builders

Assist for widgets

Clone this wiki locally