Class MessagePosition
Specifies the position of the message.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public sealed class MessagePosition : Enum
Fields
First
Describes the state of being the first message in a MessageGroup.
Declaration
public const MessagePosition First
Field Value
Last
Describes the state of being the last message in a MessageGroup.
Declaration
public const MessagePosition Last
Field Value
Middle
Describes the state of being an intermediate message (between the first and the last).
Declaration
public const MessagePosition Middle
Field Value
Single
Describes the state of being the only message in a MessageGroup.
Declaration
public const MessagePosition Single
Field Value
value__
Declaration
public int value__
Field Value
System.
|