dbicSlide Send comments on this topic.
enumOrientation Enumeration
See Also  
dbicSlide Assembly > Dbi.WinControl.Slide Namespace : enumOrientation Enumeration

available control orientations.

Syntax

Visual Basic (Declaration) 
Public Enum enumOrientation 
   Inherits System.Enum
C# 
public enum enumOrientation : System.Enum 

Members

MemberDescription
HorizontalThe control will slide left and right.
VerticalThe control will slide up and down.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Slide.enumOrientation

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also