TTMSFNCChatAppearance Class
Holds visual appearance settings for chat message layout, fonts, spacing, and entry controls.
API unit family: TMSFNCChat
Inherits from: TPersistent
Syntax
TTMSFNCChatAppearance = class(TPersistent)
Properties
| Name | Description |
|---|---|
| MaxEntryBoxHeight | Maximum height in pixels that the message entry box can grow to. |
| MessageStyle | Controls whether messages are drawn with full bubble styling or text only. |
| MinEntryBoxHeight | Minimum height in pixels of the message entry box. |
| ShowAttachmentButton | When True, the attachment button is shown next to the send button. |
| SideMargin | Horizontal margin in pixels between the message bubble and the control edge. |
| Spacing | Vertical space in pixels between consecutive message bubbles. |
| StatusFont | Font used for message status indicator text. |
| StatusSpacing | Vertical space in pixels between the status text and the message bubble. |
| TitleFont | Font used for message title text. |