Orientation

<< Click to Display Table of Contents >>

 

Orientation

Enum This property is used to determine object's orientation on Screen. Available options for this property are -1 - fmOrientationAuto: Determines object's orientation automatically based on its dimensions, that is, how it was created (default), 0 - fmOrientationVertical: This object is placed vertically, or 1 - fmOrientationHorizontal: This object is placed horizontally.

Was this page useful?