Syntax

expression.Gap

expression A variable that represents a CalloutFormat object.

Example

This example sets the distance between the callout line and the text bounding box to 3 points for shape one on myDocument. For the example to work, shape one must be a callout.

Visual Basic for Applications
Set myDocument = Worksheets(1) myDocument.Shapes(1).Callout.Gap = 3
Check size of gap between connector line and text box? gap gap property Return or set the distance between the end of the callout line and the text bounding box?

See also: