Class
TypingIndicator

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:

cs-api-definition
public class TypingIndicator : Control

Inheritance: objectTypingIndicator

Constructors

TypingIndicator()

Declaration

cs-api-definition
public TypingIndicator()

Fields

IconProperty

Identifies the Icon dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

TextProperty

Identifies the Text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

Icon

Gets or sets a value that represents the displayed icon.

Declaration

cs-api-definition
public ImageSource Icon { get; set; }

Property Value

ImageSource

Text

Gets or sets a value that represents the displayed text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs