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 : Control
Constructors
TypingIndicator()
Initializes a new instance of the TypingIndicator class.
Declaration
public TypingIndicator()
Fields
AuthorProperty
Identifies Author dependency property.
Declaration
public static readonly DependencyProperty AuthorProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The Identifier for the Author dependency property. |
TextProperty
Identifies Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field 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 object Author { get; set; }
Property Value
Type |
---|
System.Object |
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()
Build the visual tree for the TypingIndicator class.
Declaration
protected override void OnApplyTemplate()