Version

TileFrameAnimation Enumeration

Constants which define the animation style for a live tile frame.
Syntax
'Declaration
 
Public Enum TileFrameAnimation 
   Inherits System.Enum
public enum TileFrameAnimation : System.Enum 
Members
MemberDescription
FadeThe new tile frame appears by fading in while the previous frame fades out.
NoneNo animation. Tile frames
SlideFromBottom(Default) The tile frame appears by gradually sliding from the bottom edge of the tile toward the top.
SlideFromLeftThe tile frame appears by gradually sliding from the left edge of the tile toward the right.
SlideFromRightThe tile frame appears by gradually sliding from the right edge of the tile toward the left.
SlideFromTopThe tile frame appears by gradually sliding from the top edge of the tile toward the bottom.
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