ASP.NET Pack Programmer's Guide
PasswordBox.MaskChar Property
See Also
 





Gets or sets the character used to hide the control's input.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public char MaskChar { get; set; }

Visual Basic  Copy Code

Public Property MaskChar As Char

 Property Value

Type: Char
The character used to hide the user input. The default is a black circle symbol (Unicode 0x25CF).

 See Also

PasswordBox Members
PasswordBox Class
MindFusion.UI.WebForms Namespace