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
MessagePosition
|
Last
Describes the state of being the last message in a MessageGroup.
Declaration
public const MessagePosition Last
Field Value
MessagePosition
|
Middle
Describes the state of being an intermediate message (between the first and the last).
Declaration
public const MessagePosition Middle
Field Value
MessagePosition
|
Single
Describes the state of being the only message in a MessageGroup.
Declaration
public const MessagePosition Single
Field Value
MessagePosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|