Click or drag to resize

FixedMaskedTextProviderPromptChar Property

Gets or sets the character to show for each unfilled edit position in the mask.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute('_')]
public char PromptChar { get; set; }

Property Value

Type: Char
The prompt character.
See Also