Intersoft ClientUI Documentation
ProgressBarHighlightBrush Property



Gets or sets the progres bar's highlight brush.
Syntax
Public Property ProgressBarHighlightBrush As LinearGradientBrush
Dim instance As UXProgressBar
Dim value As LinearGradientBrush
 
instance.ProgressBarHighlightBrush = value
 
value = instance.ProgressBarHighlightBrush
public LinearGradientBrush ProgressBarHighlightBrush {get; set;}
public:
property LinearGradientBrush^ ProgressBarHighlightBrush {
   LinearGradientBrush^ get();
   void set (    LinearGradientBrush^ value);
}
Requirements

Target Platforms: 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

Reference

UXProgressBar Class
UXProgressBar Members

Send Feedback