HorizontalAlignment Enumeration |
Represents annotations horizontal alignment state
Namespace: GroupDocs.Annotation.ModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic enum HorizontalAlignment
Public Enumeration HorizontalAlignment
public enum class HorizontalAlignment
Members
| Member name | Value | Description |
---|
| None | 0 |
Default value, aligned wont be used
|
| Left | 1 |
Target will be aligned to left side
|
| Center | 2 |
Target will be aligned to center
|
| Right | 3 |
Target will be aligned to right side
|
See Also