Specifies the alignment of the line drawn in the label.
Declaration
componentObj.Alignment
Read-Write Property | String |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The Alignment
property specifies the line position relative to the label.
Property Value
One of the string constants specifying the line alignment:
Value | Description |
---|---|
“cxllaBottom ” |
The line is drawn at the bottom of the label. |
“cxllaCenter ” |
The line is drawn in the center of the label. This is the default value. |
“cxllaTop ” |
The line is drawn on the top of the label. |