How to change spacing between paragraphs. When I press "enter" it skips a line.


https://www.nevron.com/Forum/Topic8868.aspx
Print Topic | Close Window

By Hardy Loeffler - 10 Years Ago
I want to have no extra blank lines between paragraphs. Is there a way to change it? Thanks

By Nevron Support - 10 Years Ago
Hi Hardy,

You can consider to increase the paragraph bottom margin - for example:

NParagraph paragraph = new NParagraph("Some paragraph");
paragraph.MarginBottom = 30; // measured in dips

will give extra space between this paragraph and the next one. Hope this helps - let us know if you meet any problems or have any question.