Class RichTextImage
Represents an image in the Rad
Inheritance
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextImage : Object
Constructors
RichTextImage(RichTextImageSource)
Initializes a new instance of the Rich
Declaration
public RichTextImage(RichTextImageSource source)
Parameters
Rich Specifies the source of the image. |
RichTextImage(RichTextImageSource, String, Nullable<RichTextUnit>, Nullable<RichTextUnit>)
Initializes a new instance of the Rich
Declaration
public RichTextImage(RichTextImageSource source, string title, Nullable<RichTextUnit> width, Nullable<RichTextUnit> height)
Parameters
Rich Specifies the source of the image. |
System. Specifies the title of the image. |
System. Specifies the width of the image. |
System. Specifies the height of the image. |
Properties
Height
Gets the height of the image.
Declaration
public Nullable<RichTextUnit> Height { get; }
Property Value
System.
|
Source
Gets the source of the image.
Declaration
public RichTextImageSource Source { get; }
Property Value
Title
Gets the title of the image.
Declaration
public string Title { get; }
Property Value
System.
|
Width
Gets the width of the image.
Declaration
public Nullable<RichTextUnit> Width { get; }
Property Value
System.
|