ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean _
    ) 
    protected void ChangeVisualStateShape( 
       System.bool useTransitions
    )

    Parameters

    useTransitions
    See Also