CaptchaImageProperties Members
Contains settings specific to the challenge image of the ASPxCaptcha.Constructors
Name | Description |
---|---|
CaptchaImageProperties(IPropertiesOwner) | Initializes a new instance of the CaptchaImageProperties class with specified settings. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings of the specified object to the current one. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also