SlideInPanePosition Enumeration
Different types of the pane's Slide-In position
Syntax
'Declaration Public Enum SlideInPanePosition Inherits System.Enum
'Usage Dim instance As SlideInPanePosition
public enum SlideInPanePosition : System.Enum
public enum class SlideInPanePosition : public System.Enum
Members
Member | Description |
---|---|
Bottom | Pane slide-in from bottom. |
Left | Pane slide-in from left. |
Right | Pane slide-in from right. |
Top | Pane slide-in from top. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.ViewApp.SlideInPanePosition
Requirements
Target Platforms: 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