Class
ChatIncomingFirstTextMessageView

Represents a view that visualizes the first incoming text message, out of a few consecutive messages from the same author.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatIncomingFirstTextMessageView : ChatIncomingTextMessageView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatItemViewChatTextMessageViewChatIncomingTextMessageViewChatIncomingFirstTextMessageView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members ChatTextMessageView.BorderStylePropertyChatTextMessageView.LabelStylePropertyChatTextMessageView.BorderStyleChatTextMessageView.LabelStyleChatItemView.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

ChatIncomingFirstTextMessageView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public ChatIncomingFirstTextMessageView()

Fields

ImageStyleProperty

Identifies the ImageStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageStyleProperty

Field Value

BindableProperty

Properties

ImageStyle

Gets or sets the style of the image (the avatar's icon) of the text message. The actual style that is applied is a merger of the custom ImageStyle and the default style.

Declaration

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

Property Value

Style