Intersoft ClientUI Documentation
AnimatePointerMode Enumeration



Specifies values that control the behavior of UXCallout pointer animation when its repositioned.
Syntax
Public Enum AnimatePointerMode 
   Inherits System.Enum
Dim instance As AnimatePointerMode
public enum AnimatePointerMode : System.Enum 
public enum class AnimatePointerMode : public System.Enum 
Members
MemberDescription
Delayed Delayed the repositioning to certain ticks. Useful to improve performance, especially when lots of effects applied to the callout object.
RealTime Directly reposition the pointer to the designated poisition.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.AnimatePointerMode

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

Intersoft.Client.UI.Controls Namespace

Send Feedback