CalloutFormat.Angle Property
Returns or sets a value that indicates the angle of the callout line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Angle As MsoCalloutAngleType
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As MsoCalloutAngleType
value = instance.Angle
instance.Angle = value
MsoCalloutAngleType Angle { get; set; }
Property Value
Type: MsoCalloutAngleType
Remarks
If the callout line contains more than one line segment, this property returns or sets the angle of the segment that is farthest from the callout text box.
If you set the value of this property to anything other than msoCalloutAngleAutomatic, the callout line maintains a fixed angle as you drag the callout.