New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a mapping between a file extension and a corresponding image source. Use with ChatFileExtensionToImageSourceConverter.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ChatFileExtensionToImageSourceConverterItem

Inheritance: objectChatFileExtensionToImageSourceConverterItem

Constructors

C#
public ChatFileExtensionToImageSourceConverterItem()

Properties

Gets or sets the file extensions (e.g., .png, .jpg, .pdf) associated with the image source.

C#
public string FileExtensions { get; set; }

ImageSource

ImageSource

Gets or sets the image source corresponding to the file extension.

C#
public ImageSource ImageSource { get; set; }