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
Post a Comment