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