Represents a view that visualizes a single incoming attachments message, i.e. when the number of consecutive messages from the same author is one.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ChatIncomingSingleAttachmentsMessageView : ChatIncomingAttachmentsMessageView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatItemViewChatAttachmentsMessageViewChatIncomingAttachmentsMessageViewChatIncomingSingleAttachmentsMessageView...
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public ChatIncomingSingleAttachmentsMessageView()
Fields
ImageStyleProperty
BindableProperty
Identifies the ImageStyle property.
C#
public static readonly BindableProperty ImageStyleProperty
Properties
ImageStyle
Style
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.
C#
public Style ImageStyle { get; set; }