CalloutFormat.Gap Property

Returns or sets a value that indicates the horizontal distance (in points) between the end of the callout line and the text bounding box.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.Word Namespace