Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ProgressBar.RepeatIndicatorImage Property

Gets or sets whether indicator image should be repeated or moved.

[Visual Basic]
Public Property RepeatIndicatorImage As NullableBool
[C#]
public NullableBool RepeatIndicatorImage {get; set;}

Remarks

When this property is true, IndicatorImage will be repeated to fill the space between the left edge and the current position; Otherwise IndicatorImage is right-aligned to the current position. This may leave a blank segment between the left edge and the indicator image.

See Also

ProgressBar Class | EO.Web Namespace


Direct link to this topic