New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets or sets a value that represents the displayed text.

C#
public string Text { get; set; }

Methods

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs