Click or drag to resize

NumericMaskedTextProviderAllowSign Property

Gets or sets a value indicating that the mask can optionally include the sign, as specified by SignCharacters.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AllowSign { get; set; }

Property Value

Type: Boolean
true to allow a sign character; otherwise, false.
See Also