Class
ChatAttachmentsMessageView

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:

cs-api-definition
public abstract class ChatAttachmentsMessageView : ChatItemView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatItemViewChatAttachmentsMessageView

Derived Classes: ChatIncomingAttachmentsMessageViewChatOutgoingAttachmentsMessageView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members ChatItemView.ItemPropertyChatItemView.ItemRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

ChatAttachmentsMessageView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public ChatAttachmentsMessageView()

Fields

BorderStyleProperty

Identifies the BorderStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderStyleProperty

Field Value

BindableProperty

LabelStyleProperty

Identifies the LabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelStyleProperty

Field Value

BindableProperty

Properties

BorderStyle

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.

Declaration

cs-api-definition
public Style BorderStyle { get; set; }

Property Value

Style

LabelStyle

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.

Declaration

cs-api-definition
public Style LabelStyle { get; set; }

Property Value

Style