property Link.CaptionAlign as AlignmentEnum
Indicates the alignment of the link's caption.

TypeDescription
AlignmentEnum An AlignmentEnum expression that defines the alignment of the caption on the link.
By default, the CaptionAlign property is CenterAlignment. Use the CaptionAlign property to align the caption on the start or end element of the link. Use the Caption property to define the label or caption to be displayed on the link. The ElementFrom property defines the element where the link starts. The ElementTo property defines the element where the link ends.