Class RichTextHtmlStringSource
RichTextSource that loads HTML from a string.
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.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
Xamarin.Forms.BindableProperty
|
Properties
Html
Gets or sets a string providing the HTML source.
Declaration
public string Html { get; set; }
Property Value
System.String
|