menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Author

    Represents a class which contains the information about the author of the message.

    Inheritance
    System.Object
    Author
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class Author : BindableObject

    Constructors

    Author()

    Declaration
    public Author()

    Fields

    AvatarProperty

    Identifies the Avatar Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty AvatarProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NameProperty

    Identifies the Name Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty NameProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Avatar

    Gets or sets the avatar of the owner of the message.

    Declaration
    public ImageSource Avatar { get; set; }
    Property Value
    Type
    Xamarin.Forms.ImageSource

    Name

    Gets or sets the name of the owner of the message.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved