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