VerticalAlignment Enumeration |
Specifies vertical alignment of element on a document page.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic enum VerticalAlignment
Public Enumeration VerticalAlignment
public enum class VerticalAlignment
Members
| Member name | Value | Description |
---|
| None | 0 |
The object is explicitly positioned, usually using its Top property.
|
| Top | 1 |
Specifies that the object shall be at the top of the vertical alignment base.
|
| Center | 2 |
Specifies that the object shall be centered with respect to the vertical alignment base.
|
| Bottom | 3 |
Specifies that the object shall be at the bottom of the vertical alignment base.
|
See Also