From 3b18d18ce5ee95668112b110b7750607156ea7d1 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Wed, 21 Jun 2017 12:46:41 -0400 Subject: [PATCH] Updated BusyIndicator (markdown) --- BusyIndicator.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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