Represents a view for an attached file item in RadPromptInput.
Definition
Namespace:Telerik.Maui.Controls.PromptInput
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PromptInputAttachedFileItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewPromptInputAttachedFileItemView
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
public PromptInputAttachedFileItemView()
Fields
AttachedFileProperty
BindableProperty
Identifies the AttachedFile property.
public static readonly BindableProperty AttachedFileProperty
ImageStyleProperty
BindableProperty
Identifies the ImageStyle property.
public static readonly BindableProperty ImageStyleProperty
RemoveButtonStyleProperty
BindableProperty
Identifies the RemoveButtonStyle property.
public static readonly BindableProperty RemoveButtonStyleProperty
SubtitleStyleProperty
BindableProperty
Identifies the SubtitleStyle property.
public static readonly BindableProperty SubtitleStyleProperty
TitleStyleProperty
BindableProperty
Identifies the TitleStyle property.
public static readonly BindableProperty TitleStyleProperty
Properties
Gets or sets the attached file this view will present.
public PromptInputAttachedFile AttachedFile { get; set; }
ImageStyle
Style
Gets or sets the custom image style that represents the attachment icon. The taget type of the style must be . The actual style that is applied is a merger of the custom ImageStyle and the default style.
public Style ImageStyle { get; set; }
RemoveButtonStyle
Style
Gets or sets the custom style that represents the remove-attachment-button. The taget type of the style must be RadTemplatedButton. The actual style that is applied is a merger of the custom RemoveButtonStyle and the default style.
public Style RemoveButtonStyle { get; set; }
SubtitleStyle
Style
Gets or sets the custom subtitle style that represents the FileSize. The taget type of the style must be . The actual style that is applied is a merger of the custom SubtitleStyle and the default style.
public Style SubtitleStyle { get; set; }
TitleStyle
Style
Gets or sets the custom title style that represents the FileName. The taget type of the style must be . The actual style that is applied is a merger of the custom TitleStyle and the default style.
public Style TitleStyle { get; set; }