CaptchaImageProperties Properties
Contains settings specific to the challenge image of the ASPxCaptcha.Name | Description |
---|---|
AlternateText | Gets or sets the alternate text displayed, instead of the challenge image, when the image is unavailable. |
BackgroundColor | Gets or sets the challenge image‘s background color. |
BackgroundImage | Gets the challenge image‘s background image. |
BinaryStorageMode | Gets or sets a value indicating the mode in which the control’s images are stored on the server. |
BorderColor | Gets or sets the challenge image‘s border color. |
BorderWidth | Gets or sets the border width of the challenge image. |
FontFamily | Gets or sets a font family used within the challenge image |
FontStyle | Gets the style settings used to paint a font within the challenge image. |
ForegroundColor | Gets or sets the challenge image‘s foreground color. |
Height | Gets or sets the challenge image‘s height. |
ToolTip | Gets or sets the tooltip text of the challenge image. |
Width | Gets or sets the challenge image‘s width. |
See Also