CalloutFormat.Angle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the angle of the callout line.
public:
property Microsoft::Office::Core::MsoCalloutAngleType Angle { Microsoft::Office::Core::MsoCalloutAngleType get(); void set(Microsoft::Office::Core::MsoCalloutAngleType value); };
public Microsoft.Office.Core.MsoCalloutAngleType Angle { get; set; }
Public Property Angle As MsoCalloutAngleType
Property Value
Remarks
If the callout line contains more than one line segment, the Angle property returns or sets the angle of the segment that is farthest from the callout text box.
MsoCalloutAngleType can be one of these MsoCalloutAngleType constants:
msoCalloutAngle30
msoCalloutAngle45
msoCalloutAngle60
msoCalloutAngle90
msoCalloutAngleAutomatic
msoCalloutAngleMixed
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.