menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CardMessageTemplate

    Represents a template view for card message.

    Inheritance
    System.Object
    Syncfusion.XForms.Chat.BaseMessageTemplate
    CardMessageTemplate
    Implements
    System.IDisposable
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class CardMessageTemplate : BaseMessageTemplate, IDisposable

    Constructors

    CardMessageTemplate()

    Initializes a new instance of the CardMessageTemplate class.

    Declaration
    public CardMessageTemplate()

    Methods

    Dispose(Boolean)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if true - release both managed and unmanaged resources; if false - release only unmanaged resources.

    Overrides
    Syncfusion.XForms.Chat.BaseMessageTemplate.Dispose(System.Boolean)

    SetStyle()

    Sets the style for card view.

    Declaration
    protected override void SetStyle()
    Overrides
    Syncfusion.XForms.Chat.BaseMessageTemplate.SetStyle()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved