Click or drag to resize

FixedMaskedTextProviderText Property

Gets or sets the text, usually excluding prompt or literal characters depending on the mask provider.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual string Text { get; set; }

Property Value

Type: String
The text value for the mask.

Implements

IMaskedTextProviderText
See Also