NumericMaskedTextProviderAllowDecimal Property |
Gets or sets a value indicating that the mask can optionally include a decimal, as specified by the
DecimalCharacter.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool AllowDecimal { get; set; }
Public Property AllowDecimal As Boolean
Get
Set
member AllowDecimal : bool with get, set
Property Value
Type:
Booleantrue to allow the decimal; otherwise,
false.
See Also