'How can I set these lines to the radio buttons in C# Visual Studio?

I've tried many ways to set these lines on radio buttons, including using scripts(-), but it doesn't work.
Solution 1:[1]
Change the font to a different size for every single line. And in the Text field from the radio button write a plain line "----" for example:
first line with font 12 and bold second line with font 14 and bold third line with font 16 and bold
Otherwise, I would suggest picture boxes and draw the lines in a graphic program and add a picture box to every radio button.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
