skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • Release History
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Contact us

Class TypingIndicator

Inheritance
System.Object
RadContentView
TypingIndicator
Inherited Members
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element)
RadContentView.OnBindingContextChanged()
RadContentView.OnMeasure(Double, Double)
RadContentView.OnPropertyChanged(String)
RadContentView.ActualStyleClass
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll

Syntax

public class TypingIndicator : RadContentView, IItemConverter<Author>

Constructors

TypingIndicator()

Declaration
public TypingIndicator()

Fields

ActualImageProperty

Declaration
public static readonly BindableProperty ActualImageProperty
Field Value
Xamarin.Forms.BindableProperty

ActualIsTypingProperty

Declaration
public static readonly BindableProperty ActualIsTypingProperty
Field Value
Xamarin.Forms.BindableProperty

ActualTextProperty

Declaration
public static readonly BindableProperty ActualTextProperty
Field Value
Xamarin.Forms.BindableProperty

DotsColorProperty

Declaration
public static readonly BindableProperty DotsColorProperty
Field Value
Xamarin.Forms.BindableProperty

FontAttributesProperty

Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Xamarin.Forms.BindableProperty

FontFamilyProperty

Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty

FontSizeProperty

Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

ImageProperty

Declaration
public static readonly BindableProperty ImageProperty
Field Value
Xamarin.Forms.BindableProperty

IsTypingProperty

Declaration
public static readonly BindableProperty IsTypingProperty
Field Value
Xamarin.Forms.BindableProperty

ItemConverterProperty

Declaration
public static readonly BindableProperty ItemConverterProperty
Field Value
Xamarin.Forms.BindableProperty

ItemsSourceProperty

Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Xamarin.Forms.BindableProperty

TextColorProperty

Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty

TextProperty

Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

ActualImage

Declaration
public ImageSource ActualImage { get; }
Property Value
Xamarin.Forms.ImageSource

ActualIsTyping

Gets a value indicating whether the IsTyping property is true, or there is at least one author that is typing.

Declaration
public bool ActualIsTyping { get; }
Property Value
System.Boolean

ActualText

Declaration
public string ActualText { get; }
Property Value
System.String

Authors

Gets the authors that are currently typing.

Declaration
public ObservableCollection<Author> Authors { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<Author>

DotsColor

Declaration
public Color DotsColor { get; set; }
Property Value
Xamarin.Forms.Color

FontAttributes

Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Xamarin.Forms.FontAttributes

FontFamily

Declaration
public string FontFamily { get; set; }
Property Value
System.String

FontSize

Declaration
public double FontSize { get; set; }
Property Value
System.Double

Image

Gets or sets the custom image to be displayed. If the value of this property is null a default image is displayed.

Declaration
public ImageSource Image { get; set; }
Property Value
Xamarin.Forms.ImageSource

IsTyping

Gets or sets a value indicating whether anybody is typing. This property has lower priority than the Authors property in that if there is at least one author that is typing, the value of IsTyping is not taken into consideration.

Declaration
public bool IsTyping { get; set; }
Property Value
System.Boolean

ItemConverter

Declaration
public IAuthorConverter ItemConverter { get; set; }
Property Value
IAuthorConverter

ItemsSource

Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable

Text

Gets or sets the custom text to be displayed. If the value of this property is null a default text is displayed.

Declaration
public string Text { get; set; }
Property Value
System.String

TextColor

Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color

Methods

BuildActualText()

Gets the text that will be displayed. Override this method to set custom text.

Declaration
public virtual string BuildActualText()
Returns
System.String

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.