New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a view that visualizes a single incoming text 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 ChatIncomingSingleTextMessageView : ChatIncomingTextMessageView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewChatItemViewChatTextMessageViewChatIncomingTextMessageViewChatIncomingSingleTextMessageView...

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

Initializes a new instance of the class.

C#
public ChatIncomingSingleTextMessageView()

Fields

ImageStyleProperty

BindableProperty

Identifies the ImageStyle property.

C#
public static readonly BindableProperty ImageStyleProperty

Properties

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.

C#
public Style ImageStyle { get; set; }