MsoCalloutAngleType Enumeration

Specifies the size of the angle between the callout line and the side of the callout text box.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoCalloutAngleType
'Usage
Dim instance As MsoCalloutAngleType
public enum MsoCalloutAngleType

Members

Member name Description
msoCalloutAngleMixed Return value only; indicates a combination of the other states.
msoCalloutAngleAutomatic Default angle. Angle can be changed as you drag the object.
msoCalloutAngle30 30˚ angle.
msoCalloutAngle45 45˚ angle.
msoCalloutAngle60 60˚ angle.
msoCalloutAngle90 90˚ angle.

See Also

Reference

Microsoft.Office.Core Namespace