Core Library for WPF | ComponentOne
Core Library / ProgressBar / Range
In This Topic
    Range
    In This Topic

    The Range feature represents the entire span in the ProgressBar control, and this can be defined using the Minimum and Maximum properties.

    Image depicting min, max and range of the progressbar

    The code snippet below depicts the use of range.

    XAML
    Copy Code
    <c1:C1ProgressBar Minimum="0" Maximum="100" Value="70" Name="pbStatus" />