GrapeCity MultiRow Windows Forms Documentation
MultiRowContentAlignment Enumeration


Specifies the content alignment on the drawing surface.
Syntax
<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 
Members
MemberDescription
BottomCenterSpecifies the content is vertically aligned at the bottom, and horizontally aligned at the center.
BottomLeftSpecifies the content is vertically aligned at the bottom, and horizontally aligned on the left.
BottomRightSpecifies the content is vertically aligned at the bottom, and horizontally aligned on the right.
InheritSpecifies the property is not set and will get the value from the parent.
MiddleCenterSpecifies the content is vertically aligned in the middle, and horizontally aligned at the center.
MiddleLeftSpecifies the content is vertically aligned in the middle, and horizontally aligned on the left.
MiddleRightSpecifies the content is vertically aligned in the middle, and horizontally aligned on the right.
TopCenterSpecifies the content is vertically aligned at the top, and horizontally aligned at the center.
TopLeftSpecifies the content is vertically aligned at the top, and horizontally aligned on the left.
TopRightSpecifies the content is vertically aligned at the top, and horizontally aligned on the right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.MultiRowContentAlignment

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

GrapeCity.Win.MultiRow Namespace
TextAlign Property

 

 


Copyright © GrapeCity, inc. All rights reserved.