Class MessageDisplayPosition
Specifies the position of the message on the display.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public sealed class MessageDisplayPosition : Enum
Fields
Inline
Indicates that the message will be displayed in the ChatMessageList (item control).
Declaration
public const MessageDisplayPosition Inline
Field Value
Overlay
Indicates the the message will be displayed in the ChatOverlay (full screen).
Declaration
public const MessageDisplayPosition Overlay
Field Value
Popup
Indicates that the message will be displayed in the ChatPopupPlaceholder (half-screen).
Declaration
public const MessageDisplayPosition Popup
Field Value
value__
Declaration
public int value__
Field Value
System.
|