Label callout line anchor cap.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property CalloutLineAnchorCap As LineAnchorCap |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual LineAnchorCap CalloutLineAnchorCap {get; set;} |
Return Value
The CalloutLineAnchorCap represents the shape that should be drawn on the point end of the callout line. It is used in conjunction with the CalloutStyle property. If no a callout line is not used, this property will have no effect. The default value is LineAnchorCap.Arrow.
The CalloutLineAnchorCap represents the shape that should be drawn on the point end of the callout line. It is used in conjunction with the CalloutStyle property.
If no callout line is used then this property will have no effect.
LineAnchorCap Values |
Description |
---|---|
None |
Label callout line anchor cap will not be drawn. |
Arrow |
Label callout line anchor cap will be drawn with an arrowhead. |
Diamond |
Label callout line anchor cap will be drawn with a diamond end. |
Round |
Label callout line anchor cap will be drawn with a round end. |
Square |
Label callout line anchor cap will be drawn with a square head. |
NOTE: SmartLabels only work when the Label angle property is set to zero.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family