Class MessageShape
Defines constants that specifies the message shape for the chat messages.
Inheritance
System.Object
MessageShape
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public sealed class MessageShape : Enum
Fields
DualTearDrop
Specifies the message with corner radius applied on all the sides except the top left corner and right bottom corner.
Declaration
public const MessageShape DualTearDrop
Field Value
| Type |
|---|
| MessageShape |
Rectangle
Specifies the message with corner radius of 0 value.
Declaration
public const MessageShape Rectangle
Field Value
| Type |
|---|
| MessageShape |
RoundedRectangle
Specifies the message with corner radius applied on all the four sides of the chat message.
Declaration
public const MessageShape RoundedRectangle
Field Value
| Type |
|---|
| MessageShape |
TearDrop
Specifies the message with corner radius applied on all the sides except the right bottom corner.
Declaration
public const MessageShape TearDrop
Field Value
| Type |
|---|
| MessageShape |