CaptchaGeneratorTextAlignmentEnabled Property
Gets or sets a value indicating whether text alignment is enabled in the captcha image.
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 bool TextAlignmentEnabled { get; set; }
Public Property TextAlignmentEnabled As Boolean
Get
Set
Dim instance As CaptchaGenerator
Dim value As Boolean
value = instance.TextAlignmentEnabled
instance.TextAlignmentEnabled = value
public:
property bool TextAlignmentEnabled {
bool get ();
void set (bool value);
}
member TextAlignmentEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if text alignment is enabled;
otherwise.