Copyright © 2003-2023 MultiMedia Soft

ProgressBarType property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ProgressBarType As Ctl3d.ProgressBarTypes

 

[C#]

public Ctl3d.ProgressBarTypes ProgressBarType {get; set;}

 

[C++]

public: __property Ctl3d.ProgressBarTypes get_ProgressBarType();

public: __property void set_ProgressBarType(Ctl3d.ProgressBarTypes);

 

 

Remarks

The type of progress bar.

Supported values are the following:

Mnemonic constant

Value

Meaning

ProgressBarTypes.HorizontalWestEast

0 (default)

The progress bar is horizontal and evolves from West to East

3dcm_i0001a3

ProgressBarTypes.HorizontalEastWest

1

The progress bar is horizontal and evolves from East to West

3dcm_i0001a4

ProgressBarTypes.VerticalSouthNorth

2

The progress bar is vertical and evolves from South to North

3dcm_i0001a5

ProgressBarTypes.VerticalNorthSouth

3

The progress bar is vertical and evolves from North to South

3dcm_i0001a6

ProgressBarTypes.Radial_0_ClockWise

4

The progress bar is radial, starts from 0 degrees and evolves clockwise

3dcm_i0001a7

ProgressBarTypes.Radial_90_ClockWise

5

The progress bar is radial, starts from 90 degrees and evolves clockwise

3dcm_i0001a8

ProgressBarTypes.Radial_180_ClockWise

6

The progress bar is radial, starts from 180 degrees and evolves clockwise

3dcm_i0001a9

ProgressBarTypes.Radial_270_ClockWise

7

The progress bar is radial, starts from 270 degrees and evolves clockwise

3dcm_i0001aa

ProgressBarTypes.Radial_0_AntiClockWise

8

The progress bar is radial, starts from 0 degrees and evolves anti-clockwise

3dcm_i0001a8

ProgressBarTypes.Radial_90_AntiClockWise

9

The progress bar is radial, starts from 90 degrees and evolves anti-clockwise

3dcm_i0001a9

ProgressBarTypes.Radial_180_AntiClockWise

10

The progress bar is radial, starts from 180 degrees and evolves anti-clockwise

3dcm_i0001aa

ProgressBarTypes.Radial_270_AntiClockWise

11

The progress bar is radial, starts from 270 degrees and evolves anti-clockwise

3dcm_i0001a7

 

This property is only available with the Ctl3dProgressBar component.

For further details about the use of the Progress Bar control, see the How to use the Progress Bar component section.