[]
Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.
public enum TextureAlignment
Bottom = 7Specifies the bottom alignment.
BottomLeft = 6Specifies the bottom-left alignment.
BottomRight = 8Specifies the bottom-right alignment.
Center = 4Specifies the center alignment.
Left = 3Specifies the left alignment.
Right = 5Specifies the right alignment.
Top = 1Specifies the top alignment.
TopLeft = 0Specifies the top-left alignment.
TopRight = 2Specifies the top-right alignment.