Angle Property
MsoCalloutAngleType
MsoCalloutAngleType can be one of these MsoCalloutAngleType constants. |
msoCalloutAngle45 |
msoCalloutAngle90 |
msoCalloutAngleMixed |
msoCalloutAngle30 |
msoCalloutAngle60 |
msoCalloutAngleAutomatic |
Remarks
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.
Example
This example sets the callout angle to 90 degrees for a callout named "co1" on the active document.
ActiveDocument.Shapes("co1").Callout.Angle = msoCalloutAngle90
Applies to | CalloutFormat Object