Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
Slant property 
 
Type
long for Visual C++ 
enumGrds for Visual Basic
 
 
Syntax
object.Slant   [=enumGrds]
 
 
Remarks
The slant factor of a Parallelogram or Trapeze shaped button. 
Applies only when the Shape property is set to SHAPE_PARALLEL. or SHAPE_TRAPEZE 
Supported values are the following: 
Mnemonic constant
Value
Meaning
GRD_VERYHIGH
0
Very high
GRD_HIGH
1
High
GRD_MEDIUM
2
Medium
GRD_LOW
3
Low
GRD_VERYLOW
4 (default)
Very low
 
Here the Slant property is set to GRD_VERYLOW (default): 
 
 
Here the Slant property is set to GRD_VERYHIGH: 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index