myProgressImage

Type: JadeSkinWindowStateImage

Availability: Read or write at any time

The myProgressImage property of the JadeSkinProgressBar class contains a reference to the image used to draw the completed progress part of ProgressBar controls. The progress bar is initially drawn by using the JadeSkinControl definition for the border and incomplete parts of the progress bar.

The progress percentage portion is then drawn by using the myProgressImage property definition. If the value of the myProgressImage property is null, the progress percentage portion is drawn by using the value of the foreColor property of the JadeSkinControl superclass. The percentage text is drawn centered in the control, using the value of the backColor property for any part of the text over the progress percentage portion and the value of the foreColor property for any text over the other area.