[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.TextureAlignment

Enum TextureAlignment

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.

public enum TextureAlignment

Fields

Bottom = 7

Specifies the bottom alignment.

BottomLeft = 6

Specifies the bottom-left alignment.

BottomRight = 8

Specifies the bottom-right alignment.

Center = 4

Specifies the center alignment.

Left = 3

Specifies the left alignment.

Right = 5

Specifies the right alignment.

Top = 1

Specifies the top alignment.

TopLeft = 0

Specifies the top-left alignment.

TopRight = 2

Specifies the top-right alignment.