CalloutStyle 枚举
定义
表示可用的标注样式。 仅适用于标注批注。Applicable only to callout annotations.
public enum class CalloutStyle
public enum CalloutStyle
type CalloutStyle =
Public Enum CalloutStyle
- 继承
字段
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. |
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. |
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. |
SimpleLine | 0 | 标注文本带下划线,并有一条直线指向定位点。Callout text is underlined and a line points to the anchor point. |
注解
CalloutStyle 枚举CalloutStyle与属性一起使用。The CalloutStyle enumeration is used in conjunction with the CalloutStyle property.