Class Author
Represents a class which contains the information about the author of the message.
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public class Author : NotificationObject, INotifyPropertyChangedConstructors
Author()
Declaration
public Author()Properties
Content
Gets or sets the custom avatar of the message.
Declaration
public object Content { get; set; }Property Value
| Type | 
|---|
| System.Object | 
ContentTemplate
Gets or sets the template for the content.
Declaration
public DataTemplate ContentTemplate { get; set; }Property Value
| Type | 
|---|
| Microsoft.UI.Xaml.DataTemplate | 
ImageSource
Gets or sets the avatar source of the message.
Declaration
public ImageSource ImageSource { get; set; }Property Value
| Type | 
|---|
| Microsoft.UI.Xaml.Media.ImageSource | 
Name
Gets or sets the name of the owner of the message.
Declaration
public string Name { get; set; }Property Value
| Type | 
|---|
| System.String | 
Implements
      System.ComponentModel.INotifyPropertyChanged