SharpLeaf Reference > ParagraphStyle Structure > SpaceAfter Property ParagraphStyle.SpaceAfter Property
Trailing paragraph space (positive is absolute size in points, negative is multiple of line pitch) (default is 0).
public double SpaceAfter {get; set;}
Example
style.SpaceAfter = -1; // Equivalent of one empty line after each paragraph
Description Not observed between paragraphs of the same style if SpaceBetween is false.
See also ...Paragraph Glossary | ParagraphStyle.Members | ParagraphStyle.SpaceBefore Property | ParagraphStyle.SpaceBetween Property
Send comments on this topic © Dyalog Ltd 2021
|