ClassChatTextMessageView
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
ChatTextMessageView()
Initializes a new instance of the class.
Declaration
public ChatTextMessageView()
Fields
BorderStyleProperty
Identifies the BorderStyle property.
Declaration
public static readonly BindableProperty BorderStyleProperty
Field Value
BindableProperty
LabelStyleProperty
Identifies the LabelStyle property.
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
BindableProperty
Properties
BorderStyle
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.
Declaration
public Style BorderStyle { get; set; }
Property Value
Style
LabelStyle
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.
Declaration
public Style LabelStyle { get; set; }
Property Value
Style