ClassTypingIndicatorDots
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:
cs-api-definition
public class TypingIndicatorDots : RadLayout
Inheritance: objectRadLayoutTypingIndicatorDots
Inherited Members
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
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName