Shape.Callout Property

Returns a CalloutFormat object that contains callout formatting properties for the specified shape.

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 Shape
Dim value As CalloutFormat

value = instance.Callout
CalloutFormat Callout { get; }

Property Value

Type: Microsoft.Office.Interop.Word.CalloutFormat

Remarks

This property applies to Shape objects that represent callouts.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace