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