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 3237e69 commit a094881Copy full SHA for a094881
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/InAppNotification/InAppNotificationXaml.bind
@@ -265,7 +265,7 @@
265
VerticalAlignment="Center"
266
Visibility="{Binding ShowDismissButton, ElementName=ExampleCustomInAppNotification}">
267
<Button.RenderTransform>
268
- <TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
+ <TranslateTransform x:Name="DismissButtonTransform" X="20" Y="1"/>
269
</Button.RenderTransform>
270
</Button>
271
</Grid>
0 commit comments