Version

ExpandEffect Enumeration

The ExpandEffect values can be used to describe how the Panel will expand and collapse. When set to None, the panel content will simply appear or disappear. All other values describe special effects.
Syntax
'Declaration
 
Public Enum ExpandEffect 
   Inherits System.Enum
public enum ExpandEffect : System.Enum 
Members
MemberDescription
NoneThe content will simply appear or disappear. No special effect will be used.
SlideThe content will roll-up, or unroll based on whether it is collapsing or expanding. On supported browsers (Currently only Internet Exploerer), the content will also slowly fade to and from transparent while also rolling up or down.
Requirements

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