AcVerticalAnchor Enumeration

Used with the VerticalAnchor property to specify how a control is anchored vertically within its layout.

Version Information

Version Added: Access 2007

Name

Value

Description

acVerticalAnchorBoth

2

The control is stretched vertically across its layout.

acVerticalAnchorBottom

1

The control is anchored at the bottom of its layout.

acVerticalAnchorTop

0

The control is anchored at the top of its layout.