This is a migrated thread and some comments may be shown as answers.

Font Warp

2 Answers 61 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Agge
Top achievements
Rank 1
Agge asked on 02 Aug 2012, 08:53 AM
Hello.

I am a complete newbie using rad controls, and I am playing around with the captcha.
I can see in the documentation that I should be able to set the Font Warp to different levels, but I cannot find this property.
I have looked in the UI property pane.

Can you point me in the right direction?

best regards
Agge

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Aug 2012, 09:36 AM
Hi Agge,

You can set the FontWarp property inside the CaptchaImage tag of RadCaptcha as follows.

ASPX:
<telerik:RadCaptcha ID="RadCaptcha1" runat="server" >
  <CaptchaImage FontWarp="Low" />
</telerik:RadCaptcha>

Hope this helps.

Regards,
Princy.
0
Agge
Top achievements
Rank 1
answered on 02 Aug 2012, 10:00 AM
That worked like a charm, and makes a lot of sense.

Thank you!
:)
Tags
Captcha
Asked by
Agge
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Agge
Top achievements
Rank 1
Share this question
or