### YamlMime:ManagedReference items: - uid: MLEM.Ui.Elements.Paragraph.TextModifier commentId: T:MLEM.Ui.Elements.Paragraph.TextModifier id: Paragraph.TextModifier parent: MLEM.Ui.Elements children: [] langs: - csharp - vb name: Paragraph.TextModifier nameWithType: Paragraph.TextModifier fullName: MLEM.Ui.Elements.Paragraph.TextModifier type: Delegate source: remote: path: MLEM.Ui/Elements/Paragraph.cs branch: master repo: https://github.com/Ellpeck/MLEM id: TextModifier path: ../MLEM.Ui/Elements/Paragraph.cs startLine: 156 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements syntax: content: >- [Obsolete("Use the new text formatting system in MLEM.Formatting instead")] public delegate string TextModifier(string text); parameters: - id: text type: System.String return: type: System.String content.vb: >- Public Delegate Function TextModifier(text As String) As String attributes: - type: System.ObsoleteAttribute ctor: System.ObsoleteAttribute.#ctor(System.String) arguments: - type: System.String value: Use the new text formatting system in MLEM.Formatting instead modifiers.csharp: - public - delegate modifiers.vb: - Public - Delegate references: - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System