TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabItemBorder Class / ChangeVisualStateShape Method

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

    Parameters

    useTransitions
    See Also