Class RichTextUrlImageSource
Reperesents an image source from a URL in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextUrlImageSource : RichTextImageSource
Constructors
RichTextUrlImageSource(String)
Initializes a new instance of the Rich
Declaration
public RichTextUrlImageSource(string url)
Parameters
System. Specifies the source URL of the image. |
Properties
Url
Gets the source URL of the image.
Declaration
public string Url { get; }
Property Value
System.
|
Methods
ToImageSource()
Converts the current Rich
Declaration
public override ImageSource ToImageSource()
Returns
Microsoft. The converted Microsoft. |