Gets or sets the indentation used in the System.Windows.Forms.RichTextBox control when the bullet style is applied to the text.
Documentation for this section has not yet been entered.
To apply the bullet style to a paragraph of text, set the RichTextBox.SelectionBullet property to true and then set the RichTextBox.BulletIndent property to the number of pixels that the text should be indented. The paragraph will have the bullet style applied to it with the specified amount of indentation after the bullet. This property only affects the current paragraph within the control's text and the currently selected bullet in a list of bulleted items. To apply a different indentation level to an entire list of bulleted items, all the text of the bulleted items must be selected before setting the RichTextBox.BulletIndent property.