Enum
MessagePosition

Specifies the position of the message.

Definition

Namespace:Telerik.UI.Xaml.Controls.ConversationalUI

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
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