Skip to content

Moh3nGolshani/ConnectionStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectionStatus

A connection status controller for WPF based on the Cortana UI and animations

Connection Status Demo

Prerequisites:

  • .Net Framework 4.7.2 or higher

How to use:

  1. Install the package via NuGet
Install-Package ConnectionStatus
  1. Add a reference to the library in your view
xmlns:connectionstatus="clr-namespace:ConnectionStatus;assembly=ConnectionStatus"
  1. Add controller to your view:
<connectionstatus:CortanaControl Margin="12" Width="100" Height="100"/>
  1. Declare a public property named ConnectionStatus of type ConnectionStatus.ConnectionStatus and set its value to Disconnected, Connecting, Verifying or Connected (check demo for a working example).

If you like this, give it a * please.

Buy Me A Coffee

About

A connection status controller for WPF based on the Cortana UI and animations

Resources

License

Stars

Watchers

Forks

Languages