Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
Orientation property 
 
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 
Orientations.West
1
The button is West oriented 
Orientations.North
2
The button is North oriented 
Orientations.East
3
The button is East oriented 
Orientations.South
4
The button is South oriented 
Orientations.NorthWest
5
The button is Northwest oriented 
Orientations.NorthEast
6
The button is Northeast oriented 
Orientations.SouthEast
7
The button is Southeast oriented 
Orientations.SouthWest
8
The button is Southwest oriented 
 
In order to change this setting at Design-time take a look to the How to change the control appearance section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index