LabelAbove Property
LabelAbove returns or sets the show label above scale bar property state. Returns a Boolean
Syntax
object.LabelAbove
object.LabelAbove = LabelAbove
Parameter |
Type |
Description |
LabelAbove |
Boolean |
required; True or 1 to show the labels above the scale bar. |
Example 1
This example demonstrates how to return the label above property state.
Debug.Print ScaleBar.LabelAbove
Example 2
This example demonstrates how to set the labels to show above the scale bar.
ScaleBar.LabelAbove = True
Used by: ScaleBar object