Class TextMessageView
Represents a view which displays a text message in the chat.
Inheritance
System.Object
TextMessageView
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class TextMessageView : Grid
Constructors
TextMessageView()
Fields
BorderStyleProperty
Identifies the BorderStyle property.
Declaration
public static readonly BindableProperty BorderStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelStyleProperty
Identifies the LabelStyle property.
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
BorderStyle
Gets or sets the style of the border surrounging the text message.
Declaration
public Style BorderStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
LabelStyle
Gets or sets the style of the label of the text message.
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()