TitleAbove Property

TitleAbove returns or sets the show title above scale bar property state. Returns a Boolean

Syntax

object. TitleAbove

object. TitleAbove = TitleAbove

Parameter

Type

Description

TitleAbove

Boolean

required; True or 1 to show the title above the scale bar.

Example 1

This example demonstrates how to return the title above property state.

Debug.Print ScaleBar.TitleAbove

Example 2

This example demonstrates how to set the title to show above the scale bar.

ScaleBar.TitleAbove = True

Used by: ScaleBar object