Skip to content

UITextArea.CharacterFilter Property

Definition

Namespace: Brine2D.UI

Optional per-character filter. When set, only characters for which the delegate returns true are accepted — both from direct typing and from paste. Leave null to accept all characters.

C#
public System.Func<char,bool>? CharacterFilter { get; set; }

Property Value

System.Func<System.Char,System.Boolean>