ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ProgressBar Class
Members

In This Topic
    C1ProgressBar Class
    In This Topic
    Visual element which indicates the progress of an operation. C1ProgressBar represents a control that indicates indeterminate progress of an operation.
    Object Model
    C1ProgressBar Class
    Syntax
    'Declaration
     
    
    Public Class C1ProgressBar 
       Inherits Windows.UI.Xaml.Controls.Primitives.RangeBase
    public class C1ProgressBar : Windows.UI.Xaml.Controls.Primitives.RangeBase 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.Primitives.RangeBase
                      C1.Xaml.C1ProgressBar

    See Also