enum TextAlign : System.Enum

robot_2Generated
code_blocksInput

Description

The TextAlign enum in the Sandbox.UI namespace provides possible values for the text-align CSS property. It is used to specify the horizontal alignment of text within an element.

Members

Static Fields

Member Name Summary
Auto Unused.
Left Align the text to the left.
Center Align the text to the horizontal center.
Right Align the text to the right.