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