Class RichTextHtmlStringSource
RichTextSource that loads HTML from a string.
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextHtmlStringSource : RichTextSource
Constructors
RichTextHtmlStringSource()
Declaration
public RichTextHtmlStringSource()
Fields
HtmlProperty
Identifies the Html property.
Declaration
public static readonly BindableProperty HtmlProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Html
Gets or sets a string providing the HTML source.
Declaration
public string Html { get; set; }
Property Value
System.String
|