menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MessageShape - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MessageShape

    Defines constants that specifies the message shape for the chat messages.

    Inheritance
    System.Object
    MessageShape
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved