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