| 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
Syntax[DefaultValueAttribute('.')]
public char DecimalCharacter { get; set; }<DefaultValueAttribute("."C)>
Public Property DecimalCharacter As Char
	Get
	Set[<DefaultValueAttribute('.')>]
member DecimalCharacter : char with get, set
Property Value
Type: 
CharThe decimal character.
 See Also
See Also