TTMSFNCBloxElementPaintMode Enumeration
Determines how an element is painted, optionally including or limiting the painting to the editing cursor.
API unit family: TMSFNCBloxCoreElement
Members
| Name | Description |
|---|---|
pmNormal |
Paints the element without any editing cursor. |
pmNormalCursor |
Paints the element together with its editing cursor. |
pmCursorOnly |
Paints only the editing cursor, leaving the element untouched. |