SharpLeaf Reference > ParagraphStyle Structure > IndentFirst Property ParagraphStyle.IndentFirst Property
First line indent in points (default is 0).
public double IndentFirst {get; set;}
Example
style.IndentFirst = 2*style.Font.Size; // Indent first line by twice the font size
Description
See IndentFirstAfterChange to disable first indent of first paragraph, as typographic etiquette suggests.
See also ...Paragraph Glossary | ParagraphStyle.Members | ParagraphStyle.IndentFirstAfterChange Property
Send comments on this topic © Dyalog Ltd 2021
|