c# - Padding (left, top, right, bottom) in WPF -


what want have button bit of left , right padding. can set minwidth val, if content changed may not enough.

 <button minwidth="75" padding="2" content="it speaks!" /> 

is possible simulate padding.left/right in wpf?

i believe both margins , padding work thickness, can either described single integer or list of four: padding="3, 10, 30, 10" instance.

the order left, top, right, bottom - annoyingly not same css.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -