New to Telerik UI for .NET MAUIStart a free 30-day trial

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 RadLayout.CreateLayoutManager()

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; }

Gets or sets a value indicating whether the dots animation should be running or not.

C#
public bool IsTyping { get; set; }

Methods

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring