Click or drag to resize

NumericMaskedTextProviderSignCharacters Property

Gets or sets the sign characters when AllowSign is true. Default is '+' and '-'.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public char[] SignCharacters { get; set; }

Property Value

Type: Char
The sign characters.
See Also