Intersoft ClientUI Documentation
UseAnimationOnParent Property



Gets or sets a value that determine whether transition animation at parent level (ContentReflector and ContentPerspective) should be used.
Syntax
<CategoryAttribute("Common Properties")>
Public Property UseAnimationOnParent As Boolean
Dim instance As ImageLoader
Dim value As Boolean
 
instance.UseAnimationOnParent = value
 
value = instance.UseAnimationOnParent
[CategoryAttribute("Common Properties")]
public bool UseAnimationOnParent {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool UseAnimationOnParent {
   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