Intersoft ClientUI Documentation
EnableHighlightAnimation Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXProgressBar Class : EnableHighlightAnimation Property






Gets or set a value that determines whether progress highlight animation is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property EnableHighlightAnimation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXProgressBar
Dim value As Boolean
 
instance.EnableHighlightAnimation = value
 
value = instance.EnableHighlightAnimation
C# 
[CategoryAttribute("Common Properties")]
public bool EnableHighlightAnimation {get; set;}
Delphi 
public read-write property EnableHighlightAnimation: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set EnableHighlightAnimation : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_EnableHighlightAnimation();
public: __property void set_EnableHighlightAnimation( 
   bool value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.