CalloutFormat.Gap Property
Returns or sets the horizontal distance (in points) between the end of the callout line and the text bounding box. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Gap As Single
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As Single
value = instance.Gap
instance.Gap = value
float Gap { get; set; }
Property Value
Type: System.Single