Class TimeBreak
Represents a chat item that is used to display a time break.
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TimeBreak : ChatItem
Constructors
TimeBreak()
Declaration
public TimeBreak()
Fields
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Text
Gets or sets the text that gets displayed in the time break.
Declaration
public string Text { get; set; }
Property Value
System.String
|