ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class / AnimateTileContent Method

In This Topic
    AnimateTileContent Method
    In This Topic
    If current C1Tile object is not frozen, runs random storyboard from the set of storyboards defined in the C1Tile control template which keys are started with "ContentChangeAnimation".
    Syntax
    'Declaration
     
    Public Overridable Sub AnimateTileContent() 
    public virtual void AnimateTileContent()
    Remarks
    Override this method to implement custom animation logic.
    See Also