property Element.CaptionAlign as ContentAlignmentEnum
Indicates the alignment of the element's caption.

TypeDescription
ContentAlignmentEnum A ContentAlignmentEnum expression that specifies the alignment of the element's caption relative to is edges. The CaptionAlign property supports additionally the following flag:
  • exWidth (4), to distribute the text on the element's width
The CaptionAlign property specifies the alignment of the caption relative to the edges of the element. The CaptionSingleLine property specifies whether the element's caption is displayed on single or multiple lines.  Use the Caption property to define the label or caption to be displayed on the element's background. The ExtraCaption property defines the second or the extra caption to be displayed on the element's background. The Images method loads icons to be displayed on the control's surface. The HTMLPicture property loads and assigns a picture to a key to be used on control's surface.