LabelCalloutStyle 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 type of leader line that should be drawn from the point to the label.
public enum class LabelCalloutStyle
public enum LabelCalloutStyle
type LabelCalloutStyle =
Public Enum LabelCalloutStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | Line will terminate at the label without any added style. |
Underlined | 1 | Line will terminate with a horizontal line beneath the label text. |
Box | 2 | Line will terminate at a box drawn around the label text. |
Remarks
The LabelCalloutStyle enumeration represents the type of leader line that should be drawn from the point to the label. It is used in conjunction with the CalloutStyle property of the SmartLabelStyle object.