C++
enum TextAttachmentDirection { kAttachmentHorizontal = 0, kAttachmentVertical = 1 };
File
dbmleaderstyle.h
Members
| Members | Description |
|---|---|
| kAttachmentHorizontal | Horizontally attach to mtext content |
| kAttachmentVertical | Vertically attach to mtext content |
Description
This enum describes the direction of a text attachment.