The UnitNameAboveBar property returns or sets the placement of the unit name above a scale bar. Returns a Boolean.
Syntax
object.UnitNameAboveBar
object.UnitNameAboveBar = UnitNameAboveBar
Parameter |
Type |
Description |
UnitNameAboveBar |
Boolean |
required; true to place the unit name above the scale bar |
Example 1
This example returns the placement of the unit name above a scale bar.
Debug.Print ScaleBar.UnitNameAboveBar
Example 2
This example places the unit name above a scale bar.
ScaleBar.UnitNameAboveBar = True
Used by: ScaleBar object