OrientLabelsUphill Property
OrientLabelsUphill returns or sets the orient labels uphill state for a contour map. It has a Boolean value. If this value is set to 'True', the "tops" of the labels point uphill. If this value is set to 'False', the labels always are oriented right-side up on the page.
Syntax
object.OrientLabelsUphill
object.OrientLabelsUphill = Up
Parameter |
Type |
Description |
Up |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not contour labels are oriented uphill.
Debug.Print ContourLayer.OrientLabelsUphill
Example 2
This example demonstrates how to orient contour labels uphill.
ContourLayer.OrientLabelsUphill= True
Used by: ContourLayer Object