Display label text with line breaks in c#

后端 未结 8 648
面向向阳花
面向向阳花 2020-12-05 09:28

Is it possible to display the label text with line breaks exactly as per the image

\"enter

8条回答
  •  渐次进展
    2020-12-05 10:09

    Also you can use the following

    @"Italian naval...

    "+

    Above code you can achieve double space. If you want single one means you simply use
    .

提交回复
热议问题