The LabelPosOffset property returns or sets the pin map label position X offset. Returns a double.
Syntax
object.LabelPosXOffset
object.LabelPosXOffset = Offset
Parameter |
Type |
Description |
Offset |
Double |
required; offset amount in page units |
Example 1
This example demonstrates how to return the label offset in the X direction.
Debug.Print PinMap.LabelPosXOffset
Example 2
This example demonstrates how to display labels 0.25 page units to the right of their corresponding symbols.
PinMap.LabelPosXOffset = 0.25
Used by: PinMap object