Version

ProgressBarFillUIElement Class

UIElement for displaying the filled area of a ProgressBar.
Syntax
'Declaration
 
Public Class ProgressBarFillUIElement 
   Inherits Infragistics.Win.UIElement
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
Remarks

The ProgressBarFillUIElement has only one child element - a ProgressFillTextUIElement used to display the Label for the filled area of the element. The element is a child of the ProgressBarUIElement.

Depending upon the IProgressBarInfo.Style, the Infragistics.Win.AppearanceBase.BackColor, and if provided in the IProgressBarInfo.FillAppearance, the Infragistics.Win.AppearanceBase.ImageBackground will be displayed as either a continuous fill or as segments. The segments may either appear as complete blocks or filled in as the progress value increases.

The percentage of the area filled is based on the Value divided by the difference of the Maximum and Minimum. When displaying a SegmentedProgressBarStyle fill, the area used may be less since only complete segments are rendered until the percentage reaches 100.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also