Enum HorizontalAlignment
Specifies type of the horizontal alignment.
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum HorizontalAlignment
Fields
| Name | Description |
|---|---|
| Center | Specifies alignment to the center. |
| Justify | Specifies alignment to both left and right. |
| Left | Specifies alignment to the left. |
| Right | Specifies alignment to the right. |