Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Tool Class / ChangeVisualStateOrientation Method

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

    Parameters

    useTransitions
    See Also