Intersoft.Client.UI.Controls Namespace > UXProgressBar Class : EnableHighlightAnimation Property |
<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); }
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.
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