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 a value that indicates 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; }
member this.Angle : Microsoft.Office.Core.MsoCalloutAngleType with get, set
Public Property Angle As MsoCalloutAngleType
Property Value
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.