Skip to content

UITextInput.MaskChar Property

Definition

Namespace: Brine2D.UI

Character used to mask text when IsPassword is true. Defaults to '●'.

C#
public char MaskChar { get; set; }

Property Value

System.Char