Click or drag to resize

NumericMaskedTextProviderDecimalCharacter Property

Gets or sets the decimal character when AllowDecimal is true. Default is '.'.

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

Property Value

Type: Char
The decimal character.
See Also