ClassChatMessageAttachmentActionsView
Represents a view which displays the actions that can be done upon an attachment in the chat messages, specifically visualizes the ChatAttachment inside the ChatMessageAttachmentView.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ChatMessageAttachmentActionsView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatMessageAttachmentActionsView
Implements:
Inherited Members
Constructors
ChatMessageAttachmentActionsView()
Initializes a new instance of the class.
Declaration
public ChatMessageAttachmentActionsView()
Fields
AttachmentProperty
Identifies the Attachment property.
Declaration
public static readonly BindableProperty AttachmentProperty
Field Value
BindableProperty
MenuButtonStyleProperty
Identifies the MenuButtonStyle property.
Declaration
public static readonly BindableProperty MenuButtonStyleProperty
Field Value
BindableProperty
Properties
Attachment
Gets or sets the ChatAttachment for which this view will represent actions.
Declaration
public ChatAttachment Attachment { get; set; }
Property Value
MenuButtonStyle
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 MenuButtonStyle and the default style.
Declaration
public Style MenuButtonStyle { get; set; }
Property Value
Style
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides