ShapeRange.Callout Property
Returns a CalloutFormat object that contains callout formatting properties for the specified ShapeRange object that represents callouts.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Callout As CalloutFormat
Get
'Usage
Dim instance As ShapeRange
Dim value As CalloutFormat
value = instance.Callout
CalloutFormat Callout { get; }
Property Value
Type: Microsoft.Office.Interop.Word.CalloutFormat