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