property Label.Alignment as AlignmentEnum
Retrieves or sets the alignment of the control's caption.

TypeDescription
AlignmentEnum An AlignmentEnum expression that indicates the caption's alignment in the label. 
By default, the caption is left aligned. Use the Alignment property to align the caption to the right, or center. Use the VAlignment property to specify the vertical alignment of the caption inside the label. Use the Caption property to assign a caption to the label. Use the <r> HTML element to align a portion of the label to the right.