Class
TypingIndicatorDots

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:

cs-api-definition
public class TypingIndicatorDots : RadLayout

Inheritance: objectRadLayoutTypingIndicatorDots

Inherited Members RadLayout.CreateLayoutManager()

Constructors

TypingIndicatorDots()

Initializes a new instance of the TypingIndicatorDots class.

Declaration

cs-api-definition
public TypingIndicatorDots()

Fields

ColorProperty

Identifies the Color property.

Declaration

cs-api-definition
public static readonly BindableProperty ColorProperty

Field Value

BindableProperty

IsTypingProperty

Identifies the IsTyping property.

Declaration

cs-api-definition
public static readonly BindableProperty IsTypingProperty

Field Value

BindableProperty

Properties

Color

Gets or sets the color of the displayed dots.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

IsTyping

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

Declaration

cs-api-definition
public bool IsTyping { get; set; }

Property Value

bool

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string