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

Constructors

SuperscriptTextInline()

Initializes a new instance of the SuperscriptTextInline class.

Properties

Inlines

Gets or sets the contents of the inline.

Type

Gets or sets this element is.

(Inherited from MarkdownInline)

Methods

ToString()

Converts the object into it's textual representation.

Applies to