Specifies the position of the message on the display.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public enum MessageDisplayPosition
Fields
Indicates that the message will be displayed in the ChatMessageList (item control).
C#
Inline = 1
Indicates the the message will be displayed in the ChatOverlay (full screen).
C#
Overlay = 2
Indicates that the message will be displayed in the ChatPopupPlaceholder (half-screen).
C#
Popup = 0