Gets or sets the busy content to display to the user.
public object BusyContent {get; set;}
'Declaration
Public Property BusyContent As Object
'Usage
Dim instance As BusyIndicator
Dim value As Object
instance.BusyContent = value
value = instance.BusyContent
Property Value
An object representing the busy content to display to the user. If not explicitly set, "Please wait..." is displayed.
The following example shows how to set up a BusyIndicator with a custom message using the BusyContent property.
<xctk:BusyIndicator IsBusy="True" BusyContent="Downloading email..." >
<ContentControl Style="{StaticResource SampleContent}"/>
</xctk:BusyIndicator>
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2