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; }
Public Property AllowSign As Boolean
Get
Set
member AllowSign : bool with get, set
Property Value
Type:
Booleantrue to allow a sign character; otherwise,
false.
See Also