Class Author
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class Author : ViewModelBase, INotifyPropertyChanged
Constructors
Author(String)
Declaration
public Author(string name)
Parameters
System.
|
Author(String, ImageSource)
Declaration
public Author(string name, ImageSource avatar)
Parameters
System.
|
Microsoft.
|
Properties
Avatar
Declaration
public ImageSource Avatar { get; set; }
Property Value
Microsoft.
|
Data
Declaration
public object Data { get; set; }
Property Value
System.
|
DefaultAuthor
IsCurrent
Declaration
public bool IsCurrent { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|