Intersoft ClientUI Documentation
EnableHighlightAnimation Property (ImageLoader)



Gets or set a value that determines whether progress highlight animation is enabled.
Syntax
<CategoryAttribute("Progress Bar")>
Public Property EnableHighlightAnimation As Boolean
Dim instance As ImageLoader
Dim value As Boolean
 
instance.EnableHighlightAnimation = value
 
value = instance.EnableHighlightAnimation
[CategoryAttribute("Progress Bar")]
public bool EnableHighlightAnimation {get; set;}
[CategoryAttribute("Progress Bar")]
public:
property bool EnableHighlightAnimation {
   bool get();
   void set (    bool 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

ImageLoader Class
ImageLoader Members

Send Feedback