Reperesents an image source from a file in the RadRichTextEditor.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RichTextFileImageSource : RichTextImageSource
Inheritance: objectRichTextImageSourceRichTextFileImageSource
Inherited Members
Constructors
Initializes a new instance of the RichTextFileImageSource class.
C#
public RichTextFileImageSource(string path, RichTextImageType type)
Specifies the file path to the image.
typeRichTextImageTypeSpecifies the format type of the image.
Properties
Gets the format type of the image.
C#
public RichTextImageType Type { get; }
Methods
ToImageSource()
ImageSource
Converts the current RichTextFileImageSource to an ImageSource.
C#
public override ImageSource ToImageSource()
ImageSource
The converted ImageSource.
Overrides: