'Declaration Public Enum TextAlign Inherits System.Enum
public enum TextAlign : System.Enum
Member | Description |
---|---|
Center | Content should be aligned in the center of the Toolbar item. |
Justify | Content should be evenly distributed within the space allocated. |
Left | Content should be aligned to the left margin of the Toolbar item. |
Right | Content should be aligned to the right margin of the Toolbar item. |
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.
TextAlignTarget 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