Button Margin

Runtest

New member
Joined
Jun 2, 2010
Messages
2
Programming Experience
5-10
How would I decrease the text margin within a button? I would like to display characters all the way out to the edge. Thank you in advance for ANY help. :D:D
 
It is called padding and button control has a Padding property with all sides set to 0, ie no padding.
Also look into TextAlign property, default is text centered vertically and horizontally, ie MiddleCenter.
Margin is another property and that determines the default external distance to other controls.
 

Latest posts

Back
Top