Gets or sets the indentation of the first line in a block of text.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Unit TextIndent { get; set; }
Visual Basic
Public Property TextIndent As Unit
	Get
	Set

Remarks

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is 0.

See Also