ComponentOne FinancialChart for WPF
C1.WPF 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 _
    ) 
    'Usage
     
    
    Dim instance As C1TabItemBorder
    Dim useTransitions As Boolean
     
    instance.ChangeVisualStateShape(useTransitions)
    protected void ChangeVisualStateShape( 
       bool useTransitions
    )
    protected:
    void ChangeVisualStateShape( 
       bool useTransitions
    ) 

    Parameters

    useTransitions
    See Also