Class TextMessage
Represents a message that displays simple text.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TextMessage : ChatMessage
Constructors
TextMessage()
Declaration
public TextMessage()
Fields
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Text
Gets or sets the text that gets displayed in the message.
Declaration
public string Text { get; set; }
Property Value
System.String
|