Paragraphs.FirstLineIndent Property

Definition

Returns or sets the value (in points) for a first line or hanging indent.

public:
 property float FirstLineIndent { float get(); void set(float value); };
public float FirstLineIndent { get; set; }
member this.FirstLineIndent : single with get, set
Public Property FirstLineIndent As Single

Property Value

Remarks

Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.

Applies to