TextRunInline Class

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

Represents a span containing plain text.

[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public class TextRunInline : CommunityToolkit.Common.Parsers.Markdown.Inlines.MarkdownInline, CommunityToolkit.Common.Parsers.Markdown.Inlines.IInlineLeaf
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type TextRunInline = class
    inherit MarkdownInline
    interface IInlineLeaf
Public Class TextRunInline
Inherits MarkdownInline
Implements IInlineLeaf
Inheritance
Attributes
Implements

Constructors

TextRunInline()

Initializes a new instance of the TextRunInline class.

Properties

Text

Gets or sets the text for this run.

Type

Gets or sets this element is.

(Inherited from MarkdownInline)

Methods

ToString()

Converts the object into it's textual representation.

Applies to