diff --git a/BusyIndicator.md b/BusyIndicator.md index 6b7dbb5..12c0caf 100644 --- a/BusyIndicator.md +++ b/BusyIndicator.md @@ -2,7 +2,8 @@ Derives from ContentControl BusyIndicator makes it easy to let the user know when an application is busy. Simply wrap the relevant content in an instance of the BusyIndicator control and toggle its IsBusy property to True during any long-running process. -![](BusyIndicator_busyindicator.jpg) + +[[BusyIndicator_busyindicator.jpg]] ### Usage