constants AnchorEnum
The AnchorEnum type specifies how the object is anchored. The Caption(exLayerCaptionAnchor) / ExtraCaption(...,exLayerCaptionAnchor) property specifies how the caption is anchored. The AnchorEnum type supports the following values:

NameValueDescription
exAnchorDock0 The object is anchored to the host's client area.
exAnchorTop1 The object is anchored to the top side of its host.
exAnchorBottom2 The object is anchored to the bottom side of its host.
exAnchorLeft4 The object is anchored to the left side of its host.
exAnchorRight8 The object is anchored to the right side of its host.