UltimateEditor Class Library

UltimateEditor.ParagraphSpacing Property

Gets or sets the spacing between each paragraph.

[Visual Basic]
Public Property ParagraphSpacing As Integer
[C#]
public int ParagraphSpacing {get; set;}

Property Value

Spacing between each paragraph. The default value is 0.

Remarks

Use this property to set the vertical spacing between each paragraph every time the user hits the enter button.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace