Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinkiama/uwp-circle-button-style-

A perfect circlular button which has a round highlight while hovering over it too. Posted here because there was no help for this on the internet.
https://github.com/colinkiama/uwp-circle-button-style-

button circle custom custom-contol how-to-make-a-circle-button how-to-make-a-circular-button how-to-make-an-ellipse-button uwp xaml xaml-style

Last synced: 21 days ago
JSON representation

A perfect circlular button which has a round highlight while hovering over it too. Posted here because there was no help for this on the internet.

Awesome Lists containing this project

README

        

# UWP-Circle-Button-Style-
A perfect circlular button which has a round highlight while hovering over it too. Posted here because there was no help for this on the internet.

![Image Preview](circleButtonGIF.gif "Preview")

Go ahead and fork it. Make it your own ;)

How to use this style

You can either add the style in between resources tags like this:
``` XAML

```

Or you can add it directly into the Style tags of a button (In order for this to work, you need to remove the x:Key attribute) :
``` xaml





```

Note: Whenever you see ``, literally copy and paste the style from the xaml file in that position.