Make portion of a Label's Text to be styled bold

前端 未结 12 619
离开以前
离开以前 2020-11-30 12:12

Is there any way to make a part of a label.text to be bold?

label.text = \"asd\" + string;

Would like the string

12条回答
  •  我在风中等你
    2020-11-30 12:58

    Use Infragistics' UltraLabel control - it supports html formatting. There are probably other third party solutions too.

提交回复
热议问题