PersonMentionItem
Class
Represents a mention item used to define a person.
Definition
Namespace:Telerik.Windows.Documents.UI.Mentions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PersonMentionItem : INotifyPropertyChanged
Inheritance: objectPersonMentionItem
Implements:
Constructors
C#
public PersonMentionItem()
Properties
ImageSource
ImageSource
Gets or sets the imagesource for the image representing the person.
C#
public ImageSource ImageSource { get; set; }
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: