Click or drag to resize

LineEditSecretCharacter Property

The character to use to mask secret input (defaults to "*"). Only a single character can be used as the secret character.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string SecretCharacter { get; set; }

Property Value

Type: String
See Also