Intersoft ClientUI Documentation
AnimatePointerMode Property (CallOut)



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

CallOut Class
CallOut Members

Send Feedback