ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / ChangeVisualStateIdle Method

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

    Parameters

    useTransitions
    See Also