CalloutStyle 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.
Represents the available callout styles. Applicable only to callout annotations.
public enum class CalloutStyle
public enum CalloutStyle
type CalloutStyle =
Public Enum CalloutStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
SimpleLine | 0 | Callout text is underlined and a line points to the anchor point. |
Borderline | 1 | A border is drawn around the callout text and a line points to the anchor point. |
Cloud | 2 | Callout text is inside the cloud and smaller clouds point to the anchor point. |
Rectangle | 3 | A rectangle is drawn around the callout text, which is connected to the anchor point. |
RoundedRectangle | 4 | A rounded rectangle is drawn around the callout text, which is connected to the anchor point. |
Ellipse | 5 | An ellipse is drawn around the callout text, which is connected to the anchor point. |
Perspective | 6 | A perspective rectangle is drawn around the callout text, which is connected to the anchor point. |
Remarks
The CalloutStyle enumeration is used in conjunction with the CalloutStyle property.