Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
Slant property 
 
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: 
Enumerated value
Value
Meaning
Grades.VeryHigh
0
Very high
Grades.High
1
High
Grades.Medium
2
Medium
Grades.Low
3
Low
Grades.VeryLow
4 (default)
Very low
 
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index