EnumMessagePosition
Enum
Specifies the position of the message.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
[SuppressMessage("Naming", "CA1720:Identifier contains type name", Justification = "<Pending>")]
public enum MessagePosition
Fields
First
Describes the state of being the first message in a MessageGroup.
Last
Describes the state of being the last message in a MessageGroup.
Middle
Describes the state of being an intermediate message (between the first and the last).
Single
Describes the state of being the only message in a MessageGroup.