Represents a view which displays a attachments message in the chat, i.e. it visualizes a ChatAttachmentsMessage.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class ChatAttachmentsMessageView : ChatItemView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatItemViewChatAttachmentsMessageView...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
public ChatAttachmentsMessageView()
Fields
AttachmentsListViewStyleProperty
BindableProperty
Identifies the AttachmentsListViewStyle property.
public static readonly BindableProperty AttachmentsListViewStyleProperty
BorderStyleProperty
BindableProperty
Identifies the BorderStyle property.
public static readonly BindableProperty BorderStyleProperty
LabelStyleProperty
BindableProperty
Identifies the LabelStyle property.
public static readonly BindableProperty LabelStyleProperty
Properties
Gets or sets the style of the view that presents the attachments in the message. The actual style that is applied is a merger of the custom AttachmentsListViewStyle and the default style.
public Style AttachmentsListViewStyle { get; set; }
BorderStyle
Style
Gets or sets the style of the border (bubble) of the attachments message. The actual style that is applied is a merger of the custom BorderStyle and the default style.
public Style BorderStyle { get; set; }
LabelStyle
Style
Gets or sets the style of the label of the attachments message. The actual style that is applied is a merger of the custom LabelStyle and the default style.
public Style LabelStyle { get; set; }