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