Search code examples
.netbuttonmicrosoft-metrowinrt-xamlappbar

Metro App Glyph Icon Custom Size


How do I override the AppBarButtonStyle Width/Height for a custom Button that I define?

Is it possible to represent a Segoe UI Font Symbol in a control other than Button? If so, how?


Solution

  • You can simply create a TextBlock and set its FontFamily to Segoe UI Symbol and the text to the code of the glyph you you want shown that you can find in the character map app, e.g. Text="". Then change any other properties of your TextBlock that you desire.