Defines different types of texture alignments.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum TextureAlignmentType
Visual Basic
Public Enumeration TextureAlignmentType
Visual C++
public enum class TextureAlignmentType

Members

Member nameValueDescription
TopLeft0 Texture aligned to the top left corner.
Top1 Texture aligned to the top side.
TopRight2 Texture aligned to the top right corner.
Left3 Texture aligned to the left side.
Center4 Texture aligned to the shape center.
Right5 Texture aligned to the right side.
BottomLeft6 Texture aligned to the bottom left corner.
Bottom7 Texture aligned to the bottom side.
BottomRight8 Texture aligned to the bottom right corner.

See Also