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