BCGSoft.Controls.Grid Namespace : GridContentAlignmentFlags Enumeration |
'Declaration Public Enum GridContentAlignmentFlags Inherits System.Enum
'Usage Dim instance As GridContentAlignmentFlags
public enum GridContentAlignmentFlags : System.Enum
__value public enum GridContentAlignmentFlags : public System.Enum
public enum class GridContentAlignmentFlags : public System.Enum
Member | Description |
---|---|
Bottom | Content is aligned at the bottom edge. |
BottomCenter | Content is aligned at the bottom and centered. |
BottomLeft | Content is aligned at the bottom left corner. |
BottomRight | Content is aligned at the bottom right corner. |
Fill | Fill the entire cell. |
HorizontalCenter | Content is centered horizontally. |
HorzAlignFlags | Combination of Left, HorizontalCenter and Right flags. Used for bit tests. |
Left | Content is aligned at the left edge. |
MiddleCenter | Content is is centered vertically and horizontally. |
MiddleLeft | Content is is centered vertically at the left side. |
MiddleRight | Content is is centered vertically at the right side. |
NotSet | Alignment is not defined. |
Right | Content is aligned at the right edge. |
Top | Content is aligned at the top edge. |
TopCenter | Content is centered horizontally at the top edge. |
TopLeft | Content is aligned at the top left corner. |
TopRight | Content is aligned at the top right corner. |
VertAlignFlags | Combination of Top, VerticalCenter and Bottom flags. Used for bit tests. |
VerticalCenter | Content is centered vertically. |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.GridContentAlignmentFlags
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