| NumericMaskedTextStepperTAllowDecimal Property  | 
 
            Gets or sets a value indicating whether the mask can input a decimal.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic bool AllowDecimal { get; set; }Public Property AllowDecimal As Boolean
	Get
	Set
member AllowDecimal : bool with get, set
Property Value
Type: 
Booleantrue to allow decimal; otherwise, 
false.
 Remarks
Remarks
            This defaults to whether the type specified by T allows decimals, such as when
            it is a decimal, double, or float.
            
 See Also
See Also