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