CalloutFormat.DropType 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 a value that indicates where the callout line attaches to the callout text box.
public:
property Microsoft::Office::Core::MsoCalloutDropType DropType { Microsoft::Office::Core::MsoCalloutDropType get(); };
public Microsoft.Office.Core.MsoCalloutDropType DropType { get; }
Public ReadOnly Property DropType As MsoCalloutDropType
Property Value
Remarks
MsoCalloutDropType can be one of these MsoCalloutDropType constants:
msoCalloutDropCenter
msoCalloutDropMixed
msoCalloutDropBottom
msoCalloutDropCustom
msoCalloutDropTop
If the callout drop type is msoCalloutDropCustom, the values of the Drop and AutoAttach properties and the relative positions of the callout text box and callout line origin (the place that the callout points to) are used to determine where the callout line attaches to the text box.
Use the PresetDrop(MsoCalloutDropType) method to set the value of this property.