Class TextMessage
Represents a class which contains the functionalities for the simple string type of message in SfChat.
Inheritance
System.Object
TextMessage
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class TextMessage : MessageBase, ITextMessage, IMessage
Constructors
TextMessage()
Declaration
public TextMessage()
Fields
TextProperty
Identifies the Text Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Text
Gets or sets the text to be display as the message.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |