SharpLeaf Reference > ParagraphStyle Structure > IndentFirstAfterChange Property ParagraphStyle.IndentFirstAfterChange Property
Flag to control first indent after a change of style (true by default).
public bool IndentFirstAfterChange {get; set;}
Example
style.IndentFirstAfterChange = false;
Description
Disabling first indent after a style change is common typographical practice, but might be surprising to non-typographers.
See also ...ParagraphStyle.Members | ParagraphStyle.IndentFirst Property
Send comments on this topic © Dyalog Ltd 2021
|