Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 873 Bytes

Outlook.togglebutton.textalign.md

File metadata and controls

33 lines (19 loc) · 873 Bytes
title ms.assetid ms.date ms.localizationpriority
ToggleButton.TextAlign Property (Outlook Forms Script)
c1609440-9ca2-064a-9d77-dbcae3b73682
06/08/2017
medium

ToggleButton.TextAlign Property (Outlook Forms Script)

Returns or sets an Integer that specifies how text is aligned in a control. Read/write.

Syntax

expression.TextAlign

expression A variable that represents a ToggleButton object.

Remarks

The settings for TextAlign are:

Value Description
1 Aligns the first character of displayed text with the left edge of the control's display or edit area (default).
2 Centers the text in the control's display or edit area.
3 Aligns the last character of displayed text with the right edge of the control's display or edit area.

[!includeSupport and feedback]