TypingIndicator
Class
Represents a control that visualizes a message when a number of authors are typing.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class TypingIndicator : Control
Inheritance: objectTypingIndicator
Constructors
C#
public TypingIndicator()
Fields
IconProperty
DependencyProperty
Identifies the Icon dependency property.
C#
public static readonly DependencyProperty IconProperty
TextProperty
DependencyProperty
Identifies the Text dependency property.
C#
public static readonly DependencyProperty TextProperty
Properties
Icon
ImageSource
Gets or sets a value that represents the displayed icon.
C#
public ImageSource Icon { get; set; }