Reperesents an image source from a URL in the RadRichTextEditor.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RichTextUrlImageSource : RichTextImageSource
Inheritance: objectRichTextImageSourceRichTextUrlImageSource
Inherited Members
Constructors
Initializes a new instance of the RichTextUrlImageSource class.
C#
public RichTextUrlImageSource(string url)
Specifies the source URL of the image.
Properties
Methods
ToImageSource()
ImageSource
Converts the current RichTextUrlImageSource to an ImageSource.
C#
public override ImageSource ToImageSource()
ImageSource
The converted ImageSource.
Overrides: