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; }
<DefaultValueAttribute("_"C)>
Public Property PromptChar As Char
Get
Set
[<DefaultValueAttribute('_')>]
member PromptChar : char with get, set
Property Value
Type:
CharThe prompt character.
See Also