Class TypingIndicator
Represents a control that visualizes a message when a number of authors are typing.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class TypingIndicator : Control
Constructors
TypingIndicator()
Declaration
public TypingIndicator()
Fields
IconProperty
Identifies the Icon dependency property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Identifies the Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Icon
Gets or sets a value that represents the displayed icon.
Declaration
public ImageSource Icon { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Text
Gets or sets a value that represents the displayed text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|