ICSS2Properties.TextIndent

ICSS2Properties.TextIndent property

This property specifies the indentation of the first line of text in a block. More precisely, it specifies the indentation of the first box that flows into the block’s first line box. The box is indented with respect to the left (or right, for right-to-left layout) edge of the line box. User agents should render this indentation as blank space.

Values have the following meanings:

length’ - The indentation is a fixed length.’percentage’ - The indentation is a percentage of the containing block width.

public string TextIndent { get; set; }

Return Value

text-indent property

See Also