Class TextMessageControl
Inheritance
System.Object
TextMessageControl
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TextMessageControl : Control
Constructors
TextMessageControl()
Declaration
public TextMessageControl()
Fields
CreationDateProperty
Declaration
public static readonly DependencyProperty CreationDateProperty
Field Value
Microsoft.
|
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Microsoft.
|
StatusProperty
Declaration
public static readonly DependencyProperty StatusProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
Properties
CreationDate
Declaration
public DateTime CreationDate { get; set; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Status
Declaration
public string Status { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
UpdateVisualStates(Boolean)
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
System.
|