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