[]
Gets or sets the text alignment relative to the check box.
public enum CheckBoxAlign
Bottom = 1Specifies text is below the check box.
Left = 2Specifies text is to the left of the check box.
Right = 3Specifies text is to the right of the check box.
Top = 0Specifies text is on top of the check box.