Intersoft ClientUI Documentation
EnableHighlightAnimation Property (UXProgressBar)



Gets or set a value that determines whether progress highlight animation is enabled.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EnableHighlightAnimation As Boolean
Dim instance As UXProgressBar
Dim value As Boolean
 
instance.EnableHighlightAnimation = value
 
value = instance.EnableHighlightAnimation
[CategoryAttribute("Common Properties")]
public bool EnableHighlightAnimation {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool EnableHighlightAnimation {
   bool get();
   void set (    bool value);
}
Remarks

Highlight animation is a user experience feature implemented in UXProgressBar. Its like a filter animation that move from left to right. This animation is enabled by default. To turn off the highlight animation, you set the EnableHighlightAnimation property fo false.

For more information about user experience features, see User Experiences Overview

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

Concepts

UXProgressBar

Send Feedback