New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a chat item that is used to display a time break.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class TimeBreak : ChatItem

Inheritance: objectChatItemTimeBreak

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

C#
public TimeBreak()

Fields

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

Gets or sets the text that gets displayed in the time break.

C#
public string Text { get; set; }