Last active
November 24, 2019 20:01
-
-
Save tmacharia/3c09715d31cc4c19cc1f948de29ad6f3 to your computer and use it in GitHub Desktop.
Clock shape first
This file contains 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
<Grid Background="#242631" Height="400" Width="400" VerticalAlignment="Center" HorizontalAlignment="Center"> | |
<Border x:Name="ClockEllipse" CornerRadius="400" Background="#323443"/> | |
</Grid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment