Version

TextAlign Enumeration

Enumeration of the alignment styles supported for text within a Toolbar item.
Syntax
'Declaration
 
Public Enum TextAlign 
   Inherits System.Enum
public enum TextAlign : System.Enum 
Members
MemberDescription
CenterContent should be aligned in the center of the Toolbar item.
JustifyContent should be evenly distributed within the space allocated.
LeftContent should be aligned to the left margin of the Toolbar item.
RightContent should be aligned to the right margin of the Toolbar item.
Remarks

These enumerated values correspond to those supported by the CSS1 specification (§ 5.4.6) for the text-align attribute. If a user agent does not fully support text-align (for instance, the Justify setting), then it may substitute the default text alignment appropriate to the end user's cultural settings.

TextAlign
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also