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