LabelYOffset Property
LabelYOffset returns or sets the label position offset in the Y direction (page units). Returns a double. Positive values shift the label position upward. Value must be between -4 and +4 inches or -10.16 and +10.16 centimeters.
Syntax
object.LabelYOffset
object.LabelYOffset = Offset
Parameter |
Type |
Description |
Offset |
Double |
required |
Example 1
This example demonstrates how to return the label offset in the Y direction.
Debug.Print ClassedPostLayer.LabelYOffset
Example 2
This example demonstrates how to display labels 0.25 page units below their corresponding symbols.
ClassedPostLayer.LabelYOffset = -0.25
Used by: ClassedPostLayer Object, PostLayer Object