Class RichTextHtmlStreamSource
RichTextSource that loads HTML from a System.IO.Stream.
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public class RichTextHtmlStreamSource : RichTextSource
Constructors
RichTextHtmlStreamSource()
Declaration
public RichTextHtmlStreamSource()
Fields
StreamProperty
Identifies the Stream property.
Declaration
public static readonly BindableProperty StreamProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Stream
Gets or sets the delegate responsible for returning a System.IO.Stream for the HTML source.
Declaration
public Func<CancellationToken, Task<Stream>> Stream { get; set; }
Property Value
System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task<System.IO.Stream>>
|