Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / ChangeVisualStateShape Method

In This Topic
    ChangeVisualStateShape Method (C1TabControl)
    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