本文档阐述了如何旋转批注,以及如何更改批注的外观。
除了围绕锚定点 旋转批注 的功能以外,还可以通过 Annotation.Angle 属性旋转批注的形状,如同下面的插图展示的那样。
Angle = 0 |
Angle = 30 |
---|---|
另外,下列选项用于确定批注的外观。
-
可以通过 Annotation.ShapeKind 属性来指定批注的形状种类。 当指定了 ShapeKind.RoundedRectangle (圆角矩形) 时,就可以通过 Annotation.ShapeFillet 属性来调整批注的圆角度。
-
可以通过 Annotation.ConnectorStyle 属性来调整批注的连接线的外观。 在 AnnotationConnectorStyle 枚举中列出了可用的连接线样式。
-
通过 Annotation.Padding 属性来指定在批注形状内部的边距。
-
要调整 TextAnnotation (文本批注) 的内容的呈现形式,则使用 TextAnnotation.Font、TextAnnotation.TextAlignment 和 TextAnnotation.TextColor 属性。
-
可以分别通过 Annotation.BackColor 和 Annotation.FillStyle 属性来调整批注的背景色和填充样式。
-
通过 Annotation.Border 和 Annotation.Shadow 属性来提供边框和阴影设置。