Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / RectAlignment Enumeration


RectAlignment Enumeration
Specifies the alignment (the origin of the coordinate grid) for the tiling of the content (ex. texture fill).
Syntax
'Declaration
 
Public Enum RectAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As RectAlignment
Members
MemberDescription
BottomBottom alignment
BottomLeftBottom-left alignment
BottomRightBottom-right alignment
CenterCenter alignment
LeftLeft alignment
RightRight alignment
TopTop alignment
TopLeftTop-left alignment
TopRightTop-right alignment
UnspecifiedReturn value only; indicates a combination of the other states.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Drawing.RectAlignment

See Also