menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Author - WPF 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
    NotificationObject
    Author
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.SfChat.Wpf.dll
    Syntax
    public class Author : NotificationObject, INotifyPropertyChanged

    Constructors

    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
    System.Windows.DataTemplate

    ImageSource

    Gets or sets the avatar source of the message.

    Declaration
    public ImageSource ImageSource { get; set; }
    Property Value
    Type
    System.Windows.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved