CaptchaGeneratorTextColor Property
Gets or sets the color of the captcha text.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Color TextColor { get; set; }
Public Property TextColor As Color
Get
Set
Dim instance As CaptchaGenerator
Dim value As Color
value = instance.TextColor
instance.TextColor = value
public:
property Color TextColor {
Color get ();
void set (Color value);
}
member TextColor : Color with get, set
No code example is currently available or this language may not be supported.
Property Value
Color
The color of the captcha text.