Class TextureAlignment
Specifies the texture alignment.
Inheritance
System.Object
TextureAlignment
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class TextureAlignment : Enum
Fields
AlignmentMixed
Not Supported.
Declaration
public const TextureAlignment AlignmentMixed
Field Value
Type |
---|
TextureAlignment |
Bottom
Aligned at bottom.
Declaration
public const TextureAlignment Bottom
Field Value
Type |
---|
TextureAlignment |
BottomLeft
Aligned at bottom left.
Declaration
public const TextureAlignment BottomLeft
Field Value
Type |
---|
TextureAlignment |
BottomRight
Aligned at bottom right.
Declaration
public const TextureAlignment BottomRight
Field Value
Type |
---|
TextureAlignment |
Center
Aligned at center.
Declaration
public const TextureAlignment Center
Field Value
Type |
---|
TextureAlignment |
Left
Aligned at left.
Declaration
public const TextureAlignment Left
Field Value
Type |
---|
TextureAlignment |
Right
Aligned at right.
Declaration
public const TextureAlignment Right
Field Value
Type |
---|
TextureAlignment |
Top
Aligned at top.
Declaration
public const TextureAlignment Top
Field Value
Type |
---|
TextureAlignment |
TopLeft
Aligned at top left.
Declaration
public const TextureAlignment TopLeft
Field Value
Type |
---|
TextureAlignment |
TopRight
Aligned at top right.
Declaration
public const TextureAlignment TopRight
Field Value
Type |
---|
TextureAlignment |