Skip to content

Instantly share code, notes, and snippets.

@tmacharia
Last active November 24, 2019 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmacharia/3c09715d31cc4c19cc1f948de29ad6f3 to your computer and use it in GitHub Desktop.
Save tmacharia/3c09715d31cc4c19cc1f948de29ad6f3 to your computer and use it in GitHub Desktop.
Clock shape first
<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