[]
        
(Showing Draft Content)

GrapeCity.Drawing.RectAlignment

RectAlignment Enum

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

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum RectAlignment : byte
Public Enum RectAlignment As Byte

Fields

Name Description
Bottom

Bottom alignment

BottomLeft

Bottom-left alignment

BottomRight

Bottom-right alignment

Center

Center alignment

Left

Left alignment

Right

Right alignment

Top

Top alignment

TopLeft

Top-left alignment

TopRight

Top-right alignment

Unspecified

Return value only; indicates a combination of the other states.