Intersoft ClientUI Documentation
FlippingEffectMode Property (UXDock)



Gets or sets a value that determines the orientation of the flipping animation.
Syntax
<CategoryAttribute("Visual Effect")>
Public Property FlippingEffectMode As FlipMode
Dim instance As UXDock
Dim value As FlipMode
 
instance.FlippingEffectMode = value
 
value = instance.FlippingEffectMode
[CategoryAttribute("Visual Effect")]
public FlipMode FlippingEffectMode {get; set;}
[CategoryAttribute("Visual Effect")]
public:
property FlipMode FlippingEffectMode {
   FlipMode get();
   void set (    FlipMode 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

UXDock Class
UXDock Members

Send Feedback