StrikethroughTextInline Class

Definition

Caution

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

Caution

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

Represents a span containing strikethrough text.

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

Constructors

StrikethroughTextInline()

Initializes a new instance of the StrikethroughTextInline 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