1 | <AppBarButton x:Name="viewBtn" Icon="Read" Label="Baca"/> | cs |
1 2 3 4 5 | <AppBarButton x:Name="viewBtn" Icon="Read" Label="Baca"> <AppBarButton.RenderTransform> <CompositeTransform ScaleX="3" ScaleY="3"/> </AppBarButton.RenderTransform> </AppBarButton> | cs |
ScaleX와 ScaleY 값을 조정
3이면 3배가 된다는 얘기
'Computer > uwp' 카테고리의 다른 글
TextBox (0) | 2017.01.05 |
---|---|
[윈도우 10 디자인] UWP 앱 디자인 종류 (0) | 2016.12.14 |