TypingIndicatorDots
Class
Represents a visual indication that an author is typing a message represented by a sequence of ellipses.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TypingIndicatorDots : RadLayout
Inheritance: objectRadLayoutTypingIndicatorDots
Inherited Members
Constructors
Initializes a new instance of the TypingIndicatorDots class.
C#
public TypingIndicatorDots()
Fields
ColorProperty
BindableProperty
Identifies the Color property.
C#
public static readonly BindableProperty ColorProperty
IsTypingProperty
BindableProperty
Identifies the IsTyping property.
C#
public static readonly BindableProperty IsTypingProperty
Properties
Color
Color
Gets or sets the color of the displayed dots.
C#
public Color Color { get; set; }
Methods
C#
protected override void OnPropertyChanged(string propertyName = null)