C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / DropDownAlignment Enumeration

DropDownAlignment Enumeration
Alignment of the drop-down portion of RibbonDropDownBase.
Syntax
'Declaration
 
Public Enum DropDownAlignment 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe popup form is centered.
DefaultUse the default alignment rules for the given element.
LeftThe popup form is aligned by its left side.
RightThe popup form is aligned by its right side.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Ribbon.DropDownAlignment

See Also