Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slavan-st/captcha

Небольшая и простая Captcha для Avalonia
https://github.com/slavan-st/captcha

avalonia captcha csharp customcontrol git

Last synced: 10 days ago
JSON representation

Небольшая и простая Captcha для Avalonia

Awesome Lists containing this project

README

        

#Usage:

1. In AXAML markup:

```xaml
xmlns:controls="using:Captcha"

```

2. Properties:

```c#
///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
```