CommandBar AppBarButton Icon Size

前端 未结 1 423
小鲜肉
小鲜肉 2021-01-17 03:21

I\'m trying to redesign my CommandBar AppBarButton icons to look like Calendar, Mail, etc. Microsoft Apps.

As you can see below, Microsoft Apps icons ar

1条回答
  •  隐瞒了意图╮
    2021-01-17 03:50

    The AppBarButton style which you mentioned in above comment is not the latest.

    You could get the latest style by the following steps:

    Go to 'Document Outline -> Right Click your AppBarButton -> Edit Template -> Edit a Copy'.

    Then, you will find that is wrapped in a ViewBox. This ViewBox has a fixed height(16). You could change the height value that you want.

    
    
    
        
        
    
    

    0 讨论(0)
提交回复
热议问题