Class
TextMessage

Represents a message that displays simple text.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class TextMessage : ChatMessage

Inheritance: objectChatItemChatMessageTextMessage

Inherited Members ChatMessage.AuthorPropertyChatMessage.AuthorChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

TextMessage()

Declaration

cs-api-definition
public TextMessage()

Fields

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Text

Gets or sets the text that gets displayed in the message.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string