Share via


Form.Orientation Property (Access)

You can use the Orientation property to specify or determine the view orientation. Read/write Byte.

Syntax

.Orientation

A variable that represents a Form object.

Remarks

The Orientation property uses the following settings.

Setting

Visual Basic

Description

Left-to-Right

0

Sets the view orientation to left to right.

Right-to-Left

1

Sets the view orientation to right to left.

참고 항목

개념

Form Object Members

Form Object