VerticalAlignment Enumeration |
Represents annotations vertical alignment state
Namespace: GroupDocs.Annotation.ModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum VerticalAlignment
Public Enumeration VerticalAlignment
public enum class VerticalAlignment
Members
| Member name | Value | Description |
---|
| None | 0 |
Default value, aligned wont be used
|
| Top | 1 |
Target will be aligned to top side
|
| Center | 2 |
Target will be aligned to center
|
| Bottom | 3 |
Target will be aligned to bottom side
|
See Also