CalloutFormat.CustomDrop Method

Sets the vertical distance (in points) from the edge of the text bounding box to the place where the callout line attaches to the text box.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub CustomDrop ( _
    Drop As Single _
)
'Usage
Dim instance As CalloutFormat
Dim Drop As Single

instance.CustomDrop(Drop)
void CustomDrop(
    float Drop
)

Parameters

Remarks

This distance is measured from the top of the text box unless the AutoAttach property is set to True and the text box is to the left of the origin of the callout line (the place that the callout points to), in which case the drop distance is measured from the bottom of the text box.

If the PresetDrop method was previously used to set the drop for the specified callout, call the PresetDrop method again using the msoCalloutDropCustom argument before using the CustomDrop method so that the custom drop setting takes effect.

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.Word Namespace