dbicExplorerBar Send comments on this topic.
VerticalAlignment Enumeration
See Also  
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace : VerticalAlignment Enumeration

The vertical alignment of an object.

Syntax

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

Members

MemberDescription
BottomAppears at the bottom of the container.
MiddleAppears in the middle of the container.
TopAppears at the top of the container.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.ExplorerBar.VerticalAlignment

Requirements

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

See Also