Version

PaneFlyoutAnimation Enumeration

Enumeration used to control how the contents of an unpinned pane are brought into and out of view.
Syntax
'Declaration
 
Public Enum PaneFlyoutAnimation 
   Inherits System.Enum
public enum PaneFlyoutAnimation : System.Enum 
Members
MemberDescription
FadeThe flyout gradually fade into/out of view.
NoneNo animation is used when showing or hiding the display of the unpinned pane.
ResizeThe flyout increases in width/height as it comes into view depending on the edge to which it is unpinned and decreases as it goes out of view.
SlideThe contents of the flyout will slide into and out of view.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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