CaptchaGeneratorBackgroundColor2 Property
Gets or sets the second background color.
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 BackgroundColor2 { get; set; }
Public Property BackgroundColor2 As Color
Get
Set
Dim instance As CaptchaGenerator
Dim value As Color
value = instance.BackgroundColor2
instance.BackgroundColor2 = value
public:
property Color BackgroundColor2 {
Color get ();
void set (Color value);
}
member BackgroundColor2 : Color with get, set
No code example is currently available or this language may not be supported.
Property Value
Color
The second background color.