ItalicTextInline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 italic text.
public class ItalicTextInline : 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 ItalicTextInline : 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 ItalicTextInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline, Microsoft.Toolkit.Parsers.Markdown.Inlines.IInlineContainer
type ItalicTextInline = 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 ItalicTextInline = 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 ItalicTextInline = class
inherit MarkdownInline
interface IInlineContainer
Public Class ItalicTextInline
Inherits MarkdownInline
Implements IInlineContainer
- Inheritance
- Attributes
- Implements
Constructors
ItalicTextInline() |
Initializes a new instance of the ItalicTextInline 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. |