Specifies the absolute horizontal position.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum HorizontalPosition
Public Enumeration HorizontalPosition
public enum class HorizontalPosition
type HorizontalPosition
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| Left | 1 |
The object is aligned to the left of the reference origin.
|
| Center | 2 |
The object is centered to the reference origin.
|
| Right | 3 |
The object is aligned to the right of the reference origin.
|
| Inside | 4 |
"Inside" horizontal position.
|
| Outside | 5 |
"Outside" horizontal position.
|
| Inline | -1 | |
| Default | 0 |