Intersoft ClientUI Documentation
AnimatePointerMode Property (UXStackButton)



Gets or sets the value that determines the behavior of UXCallOut pointer animation when its repositioned.
Syntax
<CategoryAttribute("Stack")>
Public Property AnimatePointerMode As AnimatePointerMode
Dim instance As UXStackButton
Dim value As AnimatePointerMode
 
instance.AnimatePointerMode = value
 
value = instance.AnimatePointerMode
[CategoryAttribute("Stack")]
public AnimatePointerMode AnimatePointerMode {get; set;}
[CategoryAttribute("Stack")]
public:
property AnimatePointerMode AnimatePointerMode {
   AnimatePointerMode get();
   void set (    AnimatePointerMode 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

UXStackButton Class
UXStackButton Members

Send Feedback