cancel
Showing results for 
Search instead for 
Did you mean: 

Text on Label

former_member185241
Active Participant
0 Kudos

Hi All,

i want the text of label should appear in bold and in different color. Is it set by Property or by coding i have to do same.

If we can do it by setting property then which property i have to set.

and If we can do it by coding then then what should be the coding.

Thanks and Regards

Abhishek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abhishek,

For making Label text bold, you can use the property 'design' and set it to emphasized.

Regards,

Priyanka

former_member185241
Active Participant
0 Kudos

Thanks Priyanka 🙂 its working

Former Member
0 Kudos

Hi Abhisek,

With label you cannot have bold look and feel. Use TextView instead, it is having a few styles. Use the design property of text edit.

Check out this for possible style options in text view

http://help.sap.com/saphelp_47x200/helpdata/de/d6/1615736dfceb418105d31f4b37f772/content.htm

Regards,

Fareez