dbicButton Send comments on this topic.
enumAlignment Enumeration
See Also  
dbicBase Assembly > Dbi.WinControl Namespace : enumAlignment Enumeration

Specifies horizontal and vertical alignment within the container object.

Syntax

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

Members

MemberDescription
BottomCenterContent is vertically aligned at the bottom, and horizontally aligned at the center.
BottomLeftContent is vertically aligned at the bottom, and horizontally aligned on the left.
BottomRightContent is vertically aligned at the bottom, and horizontally aligned on the right.
Default

Default alignment

MiddleCenterContent is vertically aligned in the middle, and horizontally aligned at the center.
MiddleLeftContent is vertically aligned in the middle, and horizontally aligned on the left.
MiddleRightContent is vertically aligned in the middle, and horizontally aligned on the right.
TopCenterContent is vertically aligned at the top, and horizontally aligned at the center.
TopLeftContent is vertically aligned at the top, and horizontally aligned on the left.
TopRightContent is vertically aligned at the top, and horizontally aligned on the right.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumAlignment

Requirements

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

See Also