Class TypingIndicatorDots
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class TypingIndicatorDots : RadLayout<View>
Constructors
TypingIndicatorDots()
Declaration
public TypingIndicatorDots()
Fields
ColorProperty
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsTypingProperty
Declaration
public static readonly BindableProperty IsTypingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Xamarin.Forms.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
|