We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9495d commit 387164cCopy full SHA for 387164c
Microsoft.Toolkit.Uwp.SampleApp/Pages/SampleController.xaml
@@ -50,7 +50,9 @@
50
Margin="5,0,0,0"
51
Width="50">
52
<AppBarButton.Icon>
53
- <PathIcon Margin="-3" VerticalAlignment="Center" HorizontalAlignment="Center"
+ <PathIcon Margin="-3"
54
+ VerticalAlignment="Center"
55
+ HorizontalAlignment="Center"
56
Data="{StaticResource GithubIcon}">
57
<PathIcon.RenderTransform>
58
<CompositeTransform TranslateY="5" TranslateX="-5" />
0 commit comments