MaskedTextStepperTValue Property |
Gets or sets the translated value of the masked text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public T Value { get; set; }
Public Property Value As T
Get
Set
member Value : 'T with get, set
Property Value
Type:
TThe translated value.
See Also