Class
RichTextImage

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

RichTextImageSource

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

RichTextImageSource

Specifies the source of the image.

title

string

Specifies the title of the image.

width

RichTextUnit?

Specifies the width of the image.

height

RichTextUnit?

Specifies the height of the image.

Properties

Height

Gets the height of the image.

Declaration

cs-api-definition
public RichTextUnit? Height { get; }

Property Value

RichTextUnit?

Source

Gets the source of the image.

Declaration

cs-api-definition
public RichTextImageSource Source { get; }

Property Value

RichTextImageSource

Title

Gets the title of the image.

Declaration

cs-api-definition
public string Title { get; }

Property Value

string

Width

Gets the width of the image.

Declaration

cs-api-definition
public RichTextUnit? Width { get; }

Property Value

RichTextUnit?