Version

FrameAnimation Property

Returns or sets the animation style for frames displayed within this tile.
Syntax
'Declaration
 
Public Property FrameAnimation As TileFrameAnimation
public TileFrameAnimation FrameAnimation {get; set;}
Remarks

The FrameAnimation property determines which visual effect is applied to a tile frame when it appears. The animation that is applied when one frame disappears is determined by the animation for the frame which is about to be shown.

The animation style can be overridden for a specific frame using the frame's Animation property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also