CaptchaGeneratorFonts Property
Gets or sets the fonts to use in the captcha generation.
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 FontFamily[] Fonts { get; set; }
Public Property Fonts As FontFamily()
Get
Set
Dim instance As CaptchaGenerator
Dim value As FontFamily()
value = instance.Fonts
instance.Fonts = value
public:
property array<FontFamily^>^ Fonts {
array<FontFamily^>^ get ();
void set (array<FontFamily^>^ value);
}
member Fonts : FontFamily[] with get, set
No code example is currently available or this language may not be supported.
Property Value
FontFamily
The fonts to use in the captcha generation.