Click or drag to resize
HorizontalAlignment Enumeration
The horizontal alignment of contents in a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum HorizontalAlignment
Members
  Member nameValueDescription
Left0 Specifies that the contents of a cell are aligned with the left
Center1 Specifies that the contents of a cell are aligned with the center
Right2 Specifies that the contents of a cell are aligned with the right
Remarks
This enumeration represents the different horizontal alignment options for the contents of a cell that you can specify with the property HorzAlign of the Style class.
See Also