Class ChatOverlay
Inheritance
System.Object
ChatOverlay
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChatOverlay : ContentControl, IMessageReportSubscriber
Constructors
ChatOverlay()
Declaration
public ChatOverlay()
Fields
ActionsBackgroundProperty
Declaration
public static readonly DependencyProperty ActionsBackgroundProperty
Field Value
Microsoft.
|
FooterBackgroundProperty
HeaderBackgroundProperty
Declaration
public static readonly DependencyProperty HeaderBackgroundProperty
Field Value
Microsoft.
|
MainBackgroundProperty
Declaration
public static readonly DependencyProperty MainBackgroundProperty
Field Value
Microsoft.
|
Properties
ActionsBackground
Declaration
public Brush ActionsBackground { get; set; }
Property Value
Microsoft.
|
FooterBackground
HeaderBackground
Declaration
public Brush HeaderBackground { get; set; }
Property Value
Microsoft.
|
MainBackground
Declaration
public Brush MainBackground { get; set; }
Property Value
Microsoft.
|
MessageReporter
Declaration
public MessageReporter MessageReporter { get; }
Property Value
Implements
Methods
AddMessage(MessageBase)
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
RemoveMessage(MessageBase)
Declaration
public void RemoveMessage(MessageBase message)
Parameters
Message
|