Class TypingIndicator
Represents a class which contains the functionality for the typing indicator which is shown at bottom of the SfAIAssistView.
Inheritance
System.Object
    TypingIndicator
  Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public class TypingIndicator : ControlConstructors
TypingIndicator()
Initializes a new instance of the TypingIndicator class.
Declaration
public TypingIndicator()Fields
AuthorProperty
Identifies Author dependency property.
Declaration
public static readonly DependencyProperty AuthorPropertyField Value
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.DependencyProperty | The Identifier for the Author dependency property. | 
TextProperty
Identifies Text dependency property.
Declaration
public static readonly DependencyProperty TextPropertyField Value
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.DependencyProperty | The Identifier for the Text dependency property. | 
Properties
Author
Gets or sets the collection of authors details.
Declaration
public Author Author { get; set; }Property Value
| Type | 
|---|
| Author | 
Text
Gets or sets the text to be displayed in typing indicator.
Declaration
public string Text { get; set; }Property Value
| Type | 
|---|
| System.String | 
Methods
OnApplyTemplate()
Builds the visual tree for the TypingIndicator class.
Declaration
protected override void OnApplyTemplate()