ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ProgressBar Class / IsIndeterminate Property

In This Topic
    IsIndeterminate Property
    In This Topic
    Gets or sets a value indicating whether the control is in the indeterminate state.
    Syntax
    'Declaration
     
    Public Property IsIndeterminate As System.Boolean
    public System.bool IsIndeterminate {get; set;}
    See Also