ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockSplitter Class / ChangeVisualStateOrientation Method

In This Topic
    ChangeVisualStateOrientation Method (C1DockSplitter)
    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