'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The indent of the bullet.")> Public Property BulletIndent As NLength
'Usage
Dim instance As NListStyle Dim value As NLength instance.BulletIndent = value value = instance.BulletIndent
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The indent of the bullet.")] public NLength BulletIndent {get; set;}