Answers for "BusyIndicator Usage"

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

Browse Popular Code Answers by Language