LineAnchorCapStyle 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 shape - that is, the anchor cap - to draw on the point end of the label callout line.
public enum class LineAnchorCapStyle
public enum LineAnchorCapStyle
type LineAnchorCapStyle =
Public Enum LineAnchorCapStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | Anchor cap will not be drawn. |
Arrow | 1 | Anchor cap will be drawn with an arrowhead. |
Diamond | 2 | Anchor cap will be drawn with a diamond-shaped end. |
Square | 3 | Anchor cap will be drawn with a square head. |
Round | 4 | Anchor cap will be drawn with a round end. |
Remarks
The LineAnchorCapStyle enumeration represents the shape to be drawn on the point end of the label callout line. It is used in conjunction with the CalloutStyle and the CalloutLineAnchorCapStyle properties. If a callout line is not used, this enumeration will have no effect.