Intersoft ClientUI Documentation
SlideDirection Property (UXCallOut)



Gets or sets a value that determine the slide direction when slide animation is used.
Syntax
<CategoryAttribute("Behavior")>
Public Property SlideDirection As Direction
Dim instance As UXCallOut
Dim value As Direction
 
instance.SlideDirection = value
 
value = instance.SlideDirection
[CategoryAttribute("Behavior")]
public Direction SlideDirection {get; set;}
[CategoryAttribute("Behavior")]
public:
property Direction SlideDirection {
   Direction get();
   void set (    Direction value);
}
Remarks

UXCallOut uses UXPopup control to display content which stays on the top of other elements along with comprehensive hide and display animation. Consequently, they share a number of settings that control the animation behaviors such as listed below.

To learn more about configuring the animation behaviors, see Popup Overview.

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

UXCallOut Class
UXCallOut Members
UXCallOut Class

Send Feedback