BackgroundLine Property
The BackgroundLine property returns AutoLine object for the specified label. This is a read-only property.
Syntax
object.BackgroundLine
Example
This example changes the line properties of the label background.
LabelFormat.BackgroundLine.style = "Dash Dot Dot"
LabelFormat.BackgroundLine.width = 0.1
Used by: AutoLabelFormat Object