Table of Contents

Delegate Paragraph.TextCallback

Namespace
MLEM.Ui.Elements
Assembly
MLEM.Ui.dll

A delegate method used for GetTextCallback

public delegate string Paragraph.TextCallback(Paragraph paragraph)

Parameters

paragraph Paragraph

The current paragraph

Returns

string
A delegate method used for