com.grapecity.documents.excel.drawing Package / TextureAlignment Enumeration
TextureAlignment Enumeration
Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.
Members
MemberDescription
BottomSpecifies the bottom alignment.
BottomLeftSpecifies the bottom-left alignment.
BottomRightSpecifies the bottom-right alignment.
CenterSpecifies the center alignment.
LeftSpecifies the left alignment.
RightSpecifies the right alignment.
TopSpecifies the top alignment.
TopLeftSpecifies the top-left alignment.
TopRightSpecifies the top-right alignment.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.grapecity.documents.excel.drawing.TextureAlignment

See Also