menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TypingIndicator - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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 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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved