MessagePosition
Enum
Specifies the position of the message.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public enum MessagePosition
Fields
Describes the state of being the first message in a MessageGroup.
C#
First = 1
Describes the state of being the last message in a MessageGroup.
C#
Last = 3
Describes the state of being an intermediate message (between the first and the last).
C#
Middle = 2
Describes the state of being the only message in a MessageGroup.
C#
Single = 0