Class RichTextStreamImageSource
Reperesents an image source from a Stream in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextStreamImageSource : RichTextImageSource
Constructors
RichTextStreamImageSource(Func<CancellationToken, Task<Stream>>, RichTextImageType)
Initializes a new instance of the Rich
Declaration
public RichTextStreamImageSource(Func<CancellationToken, Task<Stream>> stream, RichTextImageType type)
Parameters
System. Specifies a delegate returning a Stream for the image. |
Rich Specifies the format type of the image. |
Properties
Stream
Gets the delegate returning a Stream for the image.
Declaration
public Func<CancellationToken, Task<Stream>> Stream { get; }
Property Value
System.
|
Type
Gets the format type of the image.
Declaration
public RichTextImageType Type { get; }
Property Value
Methods
ToImageSource()
Converts the current Rich
Declaration
public override ImageSource ToImageSource()
Returns
Microsoft. The converted Microsoft. |