Intersoft ClientUI Documentation
FlippingMode Property



Gets or sets the value that determines the flip direction.
Syntax
<CategoryAttribute("Behavior")>
Public Property FlippingMode As FlipMode
Dim instance As FlippingBehavior
Dim value As FlipMode
 
instance.FlippingMode = value
 
value = instance.FlippingMode
[CategoryAttribute("Behavior")]
public FlipMode FlippingMode {get; set;}
[CategoryAttribute("Behavior")]
public:
property FlipMode FlippingMode {
   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

FlippingBehavior Class
FlippingBehavior Members

Send Feedback