Class IncomingMessageTextView
Represents a template view for incoming message.
Inheritance
System.Object
IncomingMessageTextView
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.dll
Syntax
public class IncomingMessageTextView : ContentView
Constructors
IncomingMessageTextView()
Initializes a new instance of the IncomingMessageTextView class.
Declaration
public IncomingMessageTextView()
Methods
SetStyle(SfChat)
Sets the style incoming message.
Declaration
public void SetStyle(SfChat chat)
Parameters
Type | Name | Description |
---|---|---|
SfChat | chat | The SfChat instance. |