LabelPosOffsetType Property

 

LabelPosOffsetType returns or sets the pin map label position offset type. Returns a MVPosOffsetType.

 

Syntax

object.LabelPosOffsetType

object.LabelPosOffsetType = Type

 

Parameter

Type

Description

Type

MVPosOffsetType

required; offset type

 

Remarks

If you select user defined (mvPosOffsetUser), use LabelPosXOffset and LabelPosYOffset to set the offset amounts.

 

Example 1

This example demonstrates how to return the location of labels relative to the pin location.

 

Debug.Print PinMap.LabelPosOffsetType

 

Example 2

This example demonstrates how to post labels below their corresponding pins.

 

PinMap.LabelPosOffsetType = mvPosOffsetBelow

 

Used by: PinMap object