Specifies how an object or text is horizontally aligned.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.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.
|