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