Skip to content

Slavan-ST/Captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Usage:

  1. In AXAML markup:

    xmlns:controls="using:Captcha"
     <controls:Captcha/>
  2. Properties:

    ///The text entered by the user is necessary to verify the passage of the captcha
    public string InputUserText
    ///Whether the captcha was passed or not, true - yes, false - no
    public bool IsVerified