I was wondering if there is any way to get the default text at radio buttons closer to the button. It dosent look like VS has any built in functions for this.
Asked
Active
Viewed 71 times
0
-
1Which UI framework? WPF or WinForms? – PeskyGnat Jun 25 '13 at 14:19
-
Possible dubplicate of http://stackoverflow.com/questions/1376622/change-spacing-of-snaplines-in-visual-studio – venerik Jun 25 '13 at 14:21
-
1your question title doesn't match your question content. You mentioned about a particular case in which there are not any different controls involved. I think you mean your `RadioButton` has 2 parts, the `Text` and the `button` (looks like a circle), and your problem is the `text` is too far from the `button` by default, and you want to change this? (make them closer). – King King Jun 26 '13 at 02:11
-
1anyway, a screen shot would be better than words in this case. – King King Jun 26 '13 at 02:12
1 Answers
0
You can make use of the Padding Structure. You can use the constructor with 4 parameters to assign left, top, right and bottom padding size.
Hope this helps!

Abbas
- 14,186
- 6
- 41
- 72