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