GrapeCity.Win.MultiRow Namespace : MultiRowContentAlignment Enumeration |
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.TextAlignEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")> Public Enum MultiRowContentAlignment Inherits System.Enum
Dim instance As MultiRowContentAlignment
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.TextAlignEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")] public enum MultiRowContentAlignment : System.Enum
Member | Description |
---|---|
BottomCenter | Specifies the content is vertically aligned at the bottom, and horizontally aligned at the center. |
BottomLeft | Specifies the content is vertically aligned at the bottom, and horizontally aligned on the left. |
BottomRight | Specifies the content is vertically aligned at the bottom, and horizontally aligned on the right. |
Inherit | Specifies the property is not set and will get the value from the parent. |
MiddleCenter | Specifies the content is vertically aligned in the middle, and horizontally aligned at the center. |
MiddleLeft | Specifies the content is vertically aligned in the middle, and horizontally aligned on the left. |
MiddleRight | Specifies the content is vertically aligned in the middle, and horizontally aligned on the right. |
TopCenter | Specifies the content is vertically aligned at the top, and horizontally aligned at the center. |
TopLeft | Specifies the content is vertically aligned at the top, and horizontally aligned on the left. |
TopRight | Specifies the content is vertically aligned at the top, and horizontally aligned on the right. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.MultiRowContentAlignment
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