ChatOverlay
Represents control that displays a single overlay message.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class ChatOverlay : ContentControl, IMessageReportSubscriber
Inheritance: objectChatOverlay
Implements:
Constructors
public ChatOverlay()
Fields
ActionsBackgroundProperty
DependencyProperty
Identifies the ActionsBackground dependency property.
public static readonly DependencyProperty ActionsBackgroundProperty
FooterBackgroundProperty
DependencyProperty
Identifies the FooterBackground dependency property.
public static readonly DependencyProperty FooterBackgroundProperty
HeaderBackgroundProperty
DependencyProperty
Identifies the HeaderBackground dependency property.
public static readonly DependencyProperty HeaderBackgroundProperty
MainBackgroundProperty
DependencyProperty
Identifies the MainBackground dependency property.
public static readonly DependencyProperty MainBackgroundProperty
Properties
ActionsBackground
Brush
Gets or sets a brush that is used for action panel's background.
public Brush ActionsBackground { get; set; }
FooterBackground
Brush
Gets or sets a brush that is used for footer background.
public Brush FooterBackground { get; set; }
HeaderBackground
Brush
Gets or sets a brush that is used for header background.
public Brush HeaderBackground { get; set; }
MainBackground
Brush
Gets or sets a brush that is used for the main background.
public Brush MainBackground { get; set; }
Gets the MessageReporter control that processes result actions.
public MessageReporter MessageReporter { get; }
Implements:
Methods
Adds a message as overlay content.
public override void OnApplyTemplate()
Clears the overlay message and removes event subscriptions, if present.