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.UI.Xaml.DependencyProperty
|
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StatusProperty
Declaration
public static readonly DependencyProperty StatusProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CreationDate
Declaration
public DateTime CreationDate { get; set; }
Property Value
|
System.DateTime
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
|
System.Boolean
|
Status
Declaration
public string Status { get; set; }
Property Value
|
System.String
|
Text
Declaration
public string Text { get; set; }
Property Value
|
System.String
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
UpdateVisualStates(Boolean)
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|