CalloutFormat.Angle 属性

定义

返回或设置标注线的角度。

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

属性值

注解

如果标注线包含多个线段, 则 Angle 属性返回或设置距离标注文本框最远的线段的角度。

MsoCalloutAngleType 可以是以下 MsoCalloutAngleType 常量之一:

msoCalloutAngle30

msoCalloutAngle45

msoCalloutAngle60

msoCalloutAngle90

msoCalloutAngleAutomatic

msoCalloutAngleMixed

如果将此属性的值设置为 msoCalloutAngleAutomatic 以外的任何值,标注线保持固定的角度拖动标注。

适用于