Copyright © 2003-2023 MultiMedia Soft

Slant property

Previous pageReturn to chapter overviewNext page

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):

3dcm_i0000db 3dcm_i0000dc

 

Here the Slant property is set to Grades.VeryHigh:

3dcm_i0000dd 3dcm_i0000de

 

In order to change this setting at Design-time take a look to the How to change the control appearance section.