Interface ITextMessage
Defines properties that can be used to display a simple string type of message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public interface ITextMessage : IMessage
Properties
Text
Gets or sets the text to be display as the message.
Declaration
string Text { get; set; }
Property Value
Type |
---|
System.String |