Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 346 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 346 Bytes

#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