SharpLeaf Reference > ParagraphStyle Structure > BulletIndent Property ParagraphStyle.BulletIndent Property
Extra indenting in points for bulletted paragraphs (defaults to 0).
To control the space between the bullet and the text, use ParagraphStyle.HorizontalGap.
public double BulletIndent {get; set;}
Example
style.BulletIndent = -36; // Half an inch "hanging" indent
See also ...Paragraph Glossary | ParagraphStyle.Members | ParagraphStyle.SetBullet Method | ParagraphStyle.HorizontalGap Property
Send comments on this topic © Dyalog Ltd 2021
|