Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ProgressBar Class / ChangeVisualStateIndeterminate Method

In This Topic
    ChangeVisualStateIndeterminate Method
    In This Topic
    Updates the current visual state of the Indeterminate visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeVisualStateIndeterminate( _
       ByVal useTransitions As Boolean _
    ) 
    protected void ChangeVisualStateIndeterminate( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also