NumericMaskedTextStepperTAllowSign Property |
Gets or sets a value indicating whether the mask can accept a sign.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool AllowSign { get; set; }
Public Property AllowSign As Boolean
Get
Set
member AllowSign : bool with get, set
Property Value
Type:
Booleantrue to allow sign character; otherwise,
false.
Remarks
This defaults to whether the type specified by T allows negative values.
See Also