Copyright © 2003-2024 MultiMedia Soft

Orientation property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Orientation As Ctl3d.Orientations

 

[C#]

public Ctl3d.Orientations Orientation {get; set;}

 

[C++]

public: __property Ctl3d.Orientations get_Orientation();

public: __property void set_Orientation(Ctl3d.Orientations);

 

 

Remarks

The orientation applied to Rounded Rectangle and Gem shapes

This property does not apply if the Shape property is set to a value different from Shapes.RoundRect, Shapes.Gem, Shapes.Triangle, Shapes.Trapeze, Shapes.Arrow, Shapes.Keyhole or Shapes.Alfalfa.

Supported values are the following:

Enumerated value

Value

Meaning

Orientations.All

0 (default)

All of the available orientations are covered

3dcm_i000016

Orientations.West

1

The button is West oriented

3dcm_i000017

Orientations.North

2

The button is North oriented

3dcm_i000018

Orientations.East

3

The button is East oriented

3dcm_i000019

Orientations.South

4

The button is South oriented

3dcm_i00001a

Orientations.NorthWest

5

The button is Northwest oriented

3dcm_i00001b

Orientations.NorthEast

6

The button is Northeast oriented

3dcm_i00001c

Orientations.SouthEast

7

The button is Southeast oriented

3dcm_i00001d

Orientations.SouthWest

8

The button is Southwest oriented

3dcm_i00001e

 

In order to change this setting at Design-time take a look to the How to change the control appearance section.