Enum
MessagePosition

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.

Declaration

cs-api-definition
First = 1

Field Value

MessagePosition

Last

Describes the state of being the last message in a MessageGroup.

Declaration

cs-api-definition
Last = 3

Field Value

MessagePosition

Middle

Describes the state of being an intermediate message (between the first and the last).

Declaration

cs-api-definition
Middle = 2

Field Value

MessagePosition

Single

Describes the state of being the only message in a MessageGroup.

Declaration

cs-api-definition
Single = 0

Field Value

MessagePosition

In this article
DefinitionFieldsFirstLastMiddleSingle
Not finding the help you need?
Contact Support