CalloutFormat.CustomDrop(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void CustomDrop(float Drop);
public void CustomDrop (float Drop);
abstract member CustomDrop : single -> unit
Public Sub CustomDrop (Drop As Single)
Parameters
- Drop
- Single
The drop distance, in points.
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(MsoCalloutDropType) 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.