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