ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class / _contentChangeAnimations Field

In This Topic
    _contentChangeAnimations Field
    In This Topic
    Keeps the list of storyboards found in the ControlTemplate.
    Syntax
    'Declaration
     
    Protected _contentChangeAnimations As System.Collections.Generic.List(Of Storyboard)
    protected System.Collections.Generic.List<Storyboard> _contentChangeAnimations
    See Also