Specifies how an object or text is horizontally aligned.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
C# |
---|
public enum HorizontalAlignment |
Visual Basic (Declaration) |
---|
Public Enumeration HorizontalAlignment |
Visual C++ |
---|
public enum class HorizontalAlignment |
Members
Member name | Description | |
---|---|---|
Left |
The object or text is aligned on the left.
| |
Right |
The object or text is aligned on the right.
| |
Center |
The object or text is aligned in the center.
|