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