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