Class
TimeBreak

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

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class TimeBreak : ChatItem

Inheritance: objectChatItemTimeBreak

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

TimeBreak()

Declaration

cs-api-definition
public TimeBreak()

Fields

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Text

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

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string