Enum TextureAlignment
Specifies the texture alignment.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum TextureAlignment
Fields
Name | Description |
---|---|
AlignmentMixed | Not Supported. |
Bottom | Aligned at bottom. |
BottomLeft | Aligned at bottom left. |
BottomRight | Aligned at bottom right. |
Center | Aligned at center. |
Left | Aligned at left. |
Right | Aligned at right. |
Top | Aligned at top. |
TopLeft | Aligned at top left. |
TopRight | Aligned at top right. |