Loading Control - AdarshRise/HandyControl GitHub Wiki
Loading Control makes it easy to let the user know when an application is busy. There are currently 2 types of loading controls
* LoadingLine
* LoadingCircle
Usage
First add HandyControl refrence
xmlns:hc="https://handyorg.github.io/handycontrol"
then in your xaml
<hc:LoadingLine/>
<hc:LoadingCircle/>
Available Styles for LoadingLine | Available Styles for LoadingCircle |
---|---|
LoadingLineLarge | LoadingCircleLarge |
LoadingLineLargeLight | LoadingCircleLargeLight |
LoadingLineLight | LoadingCircleLight |
Available Properties | Description |
---|---|
Foreground | you can change foreground brushes |
Background | you can change background brushes |