The DescriptionAboveBar property returns or sets the Above scale bar option for a scale bar description. Returns a Boolean.
Syntax
object.DescriptionAboveBar
object.DescriptionAboveBar = DescriptionAboveBar
Parameter |
Type |
Description |
DescriptionAboveBar |
Boolean |
required; true to place the description above the scale bar |
Example 1
This example returns the location of a scale bar's description.
Debug.Print ScaleBar.DescriptionAboveBar
Example 2
This example places the description above the scale bar.
ScaleBar.DescriptionAboveBar = True
Used by: ScaleBar object