BCGControlBar Library for .NET
GridContentAlignmentFlags Enumeration




Specifies how a content is aligned within a cell.
Syntax
'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 
Members
MemberDescription
BottomContent is aligned at the bottom edge.
BottomCenterContent is aligned at the bottom and centered.
BottomLeftContent is aligned at the bottom left corner.
BottomRightContent is aligned at the bottom right corner.
FillFill the entire cell.
HorizontalCenterContent is centered horizontally.
HorzAlignFlagsCombination of Left, HorizontalCenter and Right flags. Used for bit tests.
LeftContent is aligned at the left edge.
MiddleCenterContent is is centered vertically and horizontally.
MiddleLeftContent is is centered vertically at the left side.
MiddleRightContent is is centered vertically at the right side.
NotSetAlignment is not defined.
RightContent is aligned at the right edge.
TopContent is aligned at the top edge.
TopCenterContent is centered horizontally at the top edge.
TopLeftContent is aligned at the top left corner.
TopRightContent is aligned at the top right corner.
VertAlignFlagsCombination of Top, VerticalCenter and Bottom flags. Used for bit tests.
VerticalCenterContent is centered vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.GridContentAlignmentFlags

Requirements

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

See Also

Reference

BCGSoft.Controls.Grid Namespace

Send Feedback