Class TypingIndicatorDots
Represents a visual indication that an author is typing a message represented by a sequence of ellipses.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TypingIndicatorDots : RadLayout
Constructors
TypingIndicatorDots()
Initializes a new instance of the TypingIndicatorDots class.
Declaration
public TypingIndicatorDots()
Fields
ColorProperty
Identifies the Color property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsTypingProperty
Identifies the IsTyping property.
Declaration
public static readonly BindableProperty IsTypingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Color
Gets or sets the color of the displayed dots.
Declaration
public Color Color { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
IsTyping
Gets or sets a value indicating whether the dots animation should be running or not.
Declaration
public bool IsTyping { get; set; }
Property Value
System.Boolean
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|