'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("RichTextBoxBulletIndent")> Public Property BulletIndent As System.Integer
'Usage
Dim instance As NRichTextBox Dim value As System.Integer instance.BulletIndent = value value = instance.BulletIndent
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Localizable(true)] [SRDescription("RichTextBoxBulletIndent")] public System.int BulletIndent {get; set;}