ActiveBrush | Brush | Gets or sets the brush of the active bar. |
ActiveColor | Color | Gets or sets the color of the active bar. |
AnimatedProgress | double | Gets the animated changes of the progress value. |
AnimatedRelativeProgress | double | Gets the animated changes of the progress value scaled to [0..1]. |
AnimateProgress | bool | Gets or sets if progress is animated. |
AnimateProgressDuration | uint | Gets or sets the duration for the progress animation. |
AnimateProgressEasing | Easing | Gets or sets the easing for the progress animation. |
Children | IList<IView> | Comment to avoid XmlDocCrash |
CornerRadius | CornerRadius | Gets or sets the corner radius of the ProgressBar. |
InactiveBrush | Brush | Gets or sets the background brush behind the active bar. |
InactiveColor | Color | Gets or sets the background color behind the active bar. |
MaxProgress | double | Gets or sets the maximum progress value. |
MinProgress | double | Gets or sets the minimum progress value. |
Progress | double | Gets or sets the current progress between MinProgress and MaxProgress. |
Text | string | Gets or sets the text displayed. |
TextActiveColor | Color | Gets or sets the color of the displayed text while on active area. |
TextFontSize | double | Gets or sets the font size of the displayed text. |
TextInactiveColor | Color | Gets or sets the color of the displayed text while on inactive area. |