Answers for "BusyIndicator"

0

BusyIndicator

<busyindicator:BusyMask x:Name="BusyIndicator" IsBusy="False" IndicatorType="Dashes" BusyContent="Please wait..." >  
         
         
          <... main view goes here ... >
         
         
</busyIndicator:BusyMask>
Posted by: Guest on August-18-2021
0

BusyIndicator Usage

<busyindicator:BusyMask x:Name="BusyIndicator" IsBusy="False" IndicatorType="Dashes" BusyContent="Please wait..." FocusAfterBusy="{Binding ElementName = MyTextBox}" >  
         
         
          <... main view goes here ... >
         
         
</busyindicator:BusyMask>
Posted by: Guest on August-16-2021

Code answers related to "BusyIndicator"

Browse Popular Code Answers by Language