New to Telerik UI for .NET MAUIStart a free 30-day trial

Reperesents an image source from a URL in the RadRichTextEditor.

Definition

Constructors

Initializes a new instance of the RichTextUrlImageSource class.

C#
public RichTextUrlImageSource(string url)
Parameters:urlstring

Specifies the source URL of the image.

Properties

Gets the source URL of the image.

C#
public string Url { get; }

Methods

ToImageSource()

ImageSource

Converts the current RichTextUrlImageSource to an ImageSource.

C#
public override ImageSource ToImageSource()
Returns:

ImageSource

The converted ImageSource.

Overrides: RichTextImageSource.ToImageSource()