ICSS2Properties.TextAlign

ICSS2Properties.TextAlign property

This property describes how inline content of a block is aligned. Values have the following meanings:

left, right, center, and justify - Left, right, center, and double justify text, respectively.’string’ - Specifies a string on which cells in a table column will align (see the section on horizontal alignment in a column for details and an example). This value applies only to table cells. If set on other elements, it will be treated as ’left’ or ‘right’, depending on whether ‘direction’ is ’ltr’, or ‘rtl’, respectively.

public string TextAlign { get; set; }

Return Value

text-align property

See Also