ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewItem Class / ChangeVisualStateTiled Method

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

    Parameters

    useTransitions
    See Also