BoldTextInline.Inlines Property

Definition

Gets or sets the contents of the inline.

public System.Collections.Generic.IList<CommunityToolkit.Common.Parsers.Markdown.Inlines.MarkdownInline> Inlines { get; set; }
member this.Inlines : System.Collections.Generic.IList<CommunityToolkit.Common.Parsers.Markdown.Inlines.MarkdownInline> with get, set
Public Property Inlines As IList(Of MarkdownInline)

Property Value

Implements

Applies to