Copyright © 2003-2024 MultiMedia Soft

ProgressBarFillMode property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ProgressBarFillMode As Ctl3d.ProgressBarFillModes

 

[C#]

public Ctl3d.ProgressBarFillModes ProgressBarFillMode {get; set;}

 

[C++]

public: __property Ctl3d.ProgressBarFillModes get_ProgressBarFillMode();

public: __property void set_ProgressBarFillMode(Ctl3d.ProgressBarFillModes);

 

 

Remarks

The type of progress bar.

Supported values are the following:

Mnemonic constant

Value

Meaning

ProgressBarFillModes.FillWhole

0 (default)

The whole surface is filled

3dcm_i0001ab

ProgressBarFillModes.FillOutside

1

Only the outer portion of the surface is filled

3dcm_i0001ac

ProgressBarFillModes.FillInside

2

Only the inner portion of the surface is filled

3dcm_i0001ad

 

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.