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 PromptInputFileExtensionToImageSourceConverter.

Definition

Namespace:Telerik.Maui.Controls.PromptInput

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class PromptInputFileExtensionToImageSourceConverterItem

Inheritance: objectPromptInputFileExtensionToImageSourceConverterItem

Constructors

C#
public PromptInputFileExtensionToImageSourceConverterItem()

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; }