Class Author
Represents a class which contains the information about the author of the message.
Inheritance
System.Object
Author
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class Author : BindableObject
Constructors
Author()
Declaration
public Author()
Fields
AvatarProperty
Identifies the Avatar Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty AvatarProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
NameProperty
Identifies the Name Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty NameProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Avatar
Gets or sets the avatar of the owner of the message.
Declaration
public ImageSource Avatar { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.ImageSource |
Name
Gets or sets the name of the owner of the message.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |