Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TextureAlignment Enumeration
In This Topic
    TextureAlignment Enumeration
    In This Topic
    Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.
    Syntax
    public enum TextureAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Specifies the bottom alignment.
    BottomLeft Specifies the bottom-left alignment.
    BottomRight Specifies the bottom-right alignment.
    Center Specifies the center alignment.
    Left Specifies the left alignment.
    Right Specifies the right alignment.
    Top Specifies the top alignment.
    TopLeft Specifies the top-left alignment.
    TopRight Specifies the top-right alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.TextureAlignment

    See Also