ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockPickerPart Class / ChangeVisualStateDropPosition Method

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

    Parameters

    useTransitions
    See Also