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