[]
Gets or sets the text alignment of the radio button list. Only left and right are supported.
public CellTypeTextAlign TextAlign { get; set; }
Public Property TextAlign As CellTypeTextAlign
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.TextAlign = CellTypeTextAlign.Left;
CellTypeTextAlign textAlign = cellType.TextAlign;