Intersoft ClientUI Documentation
ShadowOpacity Property



Gets or sets the opacity of the shadow object.
Syntax
<CategoryAttribute("Shadow Object")>
Public Property ShadowOpacity As Double
Dim instance As DragDropBehavior
Dim value As Double
 
instance.ShadowOpacity = value
 
value = instance.ShadowOpacity
[CategoryAttribute("Shadow Object")]
public double ShadowOpacity {get; set;}
[CategoryAttribute("Shadow Object")]
public:
property double ShadowOpacity {
   double get();
   void set (    double 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

DragDropBehavior Class
DragDropBehavior Members

Send Feedback