Class RichTextFileImageSource
Reperesents an image source from a file in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextFileImageSource : RichTextImageSource
Constructors
RichTextFileImageSource(String, RichTextImageType)
Initializes a new instance of the Rich
Declaration
public RichTextFileImageSource(string path, RichTextImageType type)
Parameters
System. Specifies the file path to the image. |
Rich Specifies the format type of the image. |
Properties
Path
Gets the file path to the image.
Declaration
public string Path { 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. |