|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property Slant As Ctl3d.Grades
[C#]
public Ctl3d.Grades Slant {get; set;}
[C++]
public: __property Ctl3d.Grades get_Slant();
public: __property void set_Slant(Ctl3d.Grades);
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
Remarks
|
The slant factor of a Parallelogram shaped control.
Applies only when the Shape property is set to Shapes.Parallel or Shapes.Trapeze
Supported values are the following:
Here the Slant property is set to Grades.VeryLow (default):
Here the Slant property is set to Grades.VeryHigh:
In order to change this setting at Design-time take a look to the How to change the control appearance section.
|