ClassRichTextImage
Class
Represents an image in the RadRichTextEditor.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RichTextImage
Inheritance: objectRichTextImage
Constructors
RichTextImage(RichTextImageSource)
Initializes a new instance of the RichTextImage class.
Declaration
cs-api-definition
public RichTextImage(RichTextImageSource source)
Parameters
source
Specifies the source of the image.
RichTextImage(RichTextImageSource, string, RichTextUnit?, RichTextUnit?)
Initializes a new instance of the RichTextImage class.
Declaration
cs-api-definition
public RichTextImage(RichTextImageSource source, string title, RichTextUnit? width, RichTextUnit? height)
Parameters
source
Specifies the source of the image.
title
Specifies the title of the image.
width
Specifies the width of the image.
height
Specifies the height of the image.