Copyright © 1998-2015 MultiMedia Soft

Orientation property

Previous pageReturn to chapter overviewNext page

Type

long for Visual C++

enumOrientations for Visual Basic

 

 

Syntax

object.Orientation   [=enumOrientations]

 

 

Remarks

The orientation applied to Rounded Rectangle and Gem shapes

This property applies only if the Shape property is set to one of the following values: SHAPE_ROUNDRECT, SHAPE_GEM, SHAPE_TRIANGLE, SHAPE_TRAPEZE, SHAPE_ARROW, SHAPE_KEYHOLE, SHAPE_ALFALFA.

Supported values are the following:

Mnemonic constant

Value

Meaning

DIR_ALL

0 (default)

All of the available orientations are covered

3dabm_i000016

DIR_WEST

1

The button is West oriented

3dabm_i000017

DIR_NORTH

2

The button is North oriented

3dabm_i000018

DIR_EAST

3

The button is East oriented

3dabm_i000019

DIR_SOUTH

4

The button is South oriented

3dabm_i00001a

DIR_NW

5

The button is Northwest oriented

3dabm_i00001b

DIR_NE

6

The button is Northeast oriented

3dabm_i00001c

DIR_SE

7

The button is Southeast oriented

3dabm_i00001d

DIR_SW

8

The button is Southwest oriented

3dabm_i00001e