MsoCalloutAngleType Enum
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.
Specifies the size of the angle between the callout line and the side of the callout text box.
public enum class MsoCalloutAngleType
public enum MsoCalloutAngleType
type MsoCalloutAngleType =
Public Enum MsoCalloutAngleType
- Inheritance
-
MsoCalloutAngleType
Fields
Name | Value | Description |
---|---|---|
msoCalloutAngleMixed | -2 | Return value only; indicates a combination of the other states. |
msoCalloutAngleAutomatic | 1 | Default angle. Angle can be changed as you drag the object. |
msoCalloutAngle30 | 2 | 30˚ angle. |
msoCalloutAngle45 | 3 | 45˚ angle. |
msoCalloutAngle60 | 4 | 60˚ angle. |
msoCalloutAngle90 | 5 | 90˚ angle. |