SharpLeaf Reference > ParagraphStyle Structure > SpaceBetween Property ParagraphStyle.SpaceBetween Property
Flag to enable SpaceBefore and SpaceAfter between paragraphs using the same style (defaults to true).
public bool SpaceBetween {get; set;}
Example
style.SpaceBetween = false;
See also ...Paragraph Glossary | ParagraphStyle.Members | ParagraphStyle.SpaceAfter Property | ParagraphStyle.SpaceBefore Property
Send comments on this topic © Dyalog Ltd 2021
|