CalloutFormat.DropType Property

Definition

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; }
member this.DropType : Microsoft.Office.Core.MsoCalloutDropType
Public ReadOnly Property DropType As MsoCalloutDropType

Property Value

Remarks

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.

Applies to