Class TypingIndicator
Inheritance
System.Object
TypingIndicator
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TypingIndicator : Control
Constructors
TypingIndicator()
Declaration
public TypingIndicator()
Fields
IconProperty
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
Properties
Icon
Declaration
public ImageSource Icon { get; set; }
Property Value
Microsoft.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|