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