'Declaration Public Property TextAlign As ExpressionInfo
public ExpressionInfo TextAlign {get; set;}
'Declaration Public Property TextAlign As ExpressionInfo
public ExpressionInfo TextAlign {get; set;}
Valid values are listed in the table below.
TextAlign | Description |
---|---|
General | The alignment is based on the content type. |
Left | Text is aligned to the left. |
Center | Text is centered in the control. |
Right | Text is aligned to the right. |
Justify | Text stretched from the left to the right. |