|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
In order to change this setting at Design-time take a look to the How to change the control appearance section.
|