Callout style of the repositioned SmartLabels.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property CalloutStyle As LabelCalloutStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual LabelCalloutStyle CalloutStyle {get; set;} |
Return Value
A value of type LabelCalloutStyle enumeration that represents the style to use when drawing the callout lines. The default value is LabelCalloutStyle.Underline.
This property represents the style to use when drawing the callout lines. Possible values are:
Member Name |
Description |
---|---|
None |
Label callout line will terminate without any added style. |
Underline |
Label callout line will terminate with horizontal line beneath the label text. |
Box |
Label callout line will terminate to box around the label text. |
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