The FlipUpsideDownText property returns or sets the state of the graticule label Flip orientation of downswing text (angled 90 to 270 degrees) option. Returns a Boolean.
Syntax
object.FlipUpsideDownText
object.FlipUpsideDownText = FlipUpsideDownText
Parameter |
Type |
Description |
FlipUpsideDownText |
Boolean |
required, true flips graticule labels |
Example 1
This example returns the state of flipping graticule labels.
Debug.Print Grat.FlipUpsideDownText
Example 2
This example enables the flipping of graticule labels.
Grat.FlipUpsideDownText = True
Used by: Graticule object