Skip to content

UIRichTextLabel.MarkupParser Property

Definition

Namespace: Brine2D.UI

The markup parser to use. When null, the renderer falls back to its default BBCode parser.

C#
public Brine2D.Rendering.Text.IMarkupParser? MarkupParser { get; set; }

Property Value

IMarkupParser