Specifies whether the before and after paragraph spacing defined by the user is to be respected.
Syntax
'Declaration
Public Property ParagraphSpacing As Boolean
'Usage
Dim instance As RichText
Dim value As Boolean
instance.ParagraphSpacing = value
value = instance.ParagraphSpacing
public bool ParagraphSpacing {get; set;}
See Also