ComponentOne Tiles for WPF and Silverlight
AnimateTileContent Method (C1Tile)

C1.WPF.Tile Namespace > C1Tile Class : AnimateTileContent Method
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

Reference

C1Tile Class
C1Tile Members