InlineObject Interface Properties
For a list of all members of this type, see InlineObject members.
| Name | Description |
 | Metrics | TextLayout calls this callback function to get the measurement of the inline object. |
 | OverhangMetrics | TextLayout calls this callback function to get the visible extents (in DIPs) of the inline object. In the case of a simple bitmap, with no padding and no overhang, all the overhangs will simply be zeroes. |
 | Shadow | Gets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable) |
Top