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 |