'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the indentation of the first line of the text.")> Public Property FirstLineIndent As System.Integer
'Usage
Dim instance As NRichTextFormat Dim value As System.Integer instance.FirstLineIndent = value value = instance.FirstLineIndent
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the indentation of the first line of the text.")] public System.int FirstLineIndent {get; set;}