Created
August 24, 2017 13:26
-
-
Save danhollick/2e64a5d5cbb8b0b2905724f3bb1da3c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <StackPanel Orientation="Horizontal" Alignment="Center" ItemSpacing="10"> | |
| <Circle Height="60" Width="60" Color="#F1D751" ux:Name="circleName" /> | |
| <Circle Height="60" Width="60" Color="#6DBFD2" > | |
| <WhilePressed> | |
| <Change Target="circleName.Color" Value="#6DBFD2" Duration="0.4"/> | |
| </WhilePressed> | |
| </Circle> | |
| </StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment