TextBoxPasswordChar Property

Gets or sets the Char that should be used for password masking

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public char PasswordChar { get; set; }

Property Value

Char

See Also