ClassChatIncomingFirstAttachmentsMessageView
Represents a view that visualizes the first incoming attachments message, out of a few consecutive messages from the same author.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ChatIncomingFirstAttachmentsMessageView : ChatIncomingAttachmentsMessageView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatItemViewChatAttachmentsMessageViewChatIncomingAttachmentsMessageViewChatIncomingFirstAttachmentsMessageView
Implements:
Inherited Members
Constructors
ChatIncomingFirstAttachmentsMessageView()
Initializes a new instance of the class.
Declaration
public ChatIncomingFirstAttachmentsMessageView()
Fields
ImageStyleProperty
Identifies the ImageStyle property.
Declaration
public static readonly BindableProperty ImageStyleProperty
Field Value
BindableProperty
Properties
ImageStyle
Gets or sets the style of the image (the avatar's icon) of the attachments message. The actual style that is applied is a merger of the custom ImageStyle and the default style.
Declaration
public Style ImageStyle { get; set; }
Property Value
Style