xaml - Resize buttons styled with AppBarButtonStyle -
i appbarbuttonstyle
idea of using font character button icon because of scaling abilities, of no use if cannot resize them properly.
changing width
or height
of button not work, because appbarbuttonstyle
resizes padding between button icon , button borders. changing fontsize
of button not work either.
is there way of resizing buttons styled appbarbuttonstyle
in winrt application? dont mind if have override or modify appbarbuttonstyle
, long preserves ability use font character button icon.
any useful advices appreciated!
you can create own custom button appbarbuttonstyle
original in standardstyles.xaml .
i did create custom smaller button no text , hard part aligning everything: you're not adding shapes, you're adding character, may not aligned think. default buttons contain 3 charatctes: outline, fill , glyph.
if want, can share simplified code control.
Comments
Post a Comment