TRVChatUserPictureProperties.Position
| << Click to display table of contents >> TRVChatUserPictureProperties.Position | 
Specifies the vertical position of speakers' images relative to the group of callout bubbles.
type
  TRVChatUserPicturePosition = (
    rvcuppBottom, rvcuppTop, rvcuppNone
  );
property Position: TRVChatUserPicturePosition;
| Value | Meaning | 
|---|---|
| rvcuppBottom | Bottom of the last message in a group | 
| rvcuppTop | Top of the first message in a group | 
| rvcuppNone | No images | 
Default value
rvcuppBottom