Intersoft ClientUI Documentation
BackgroundEffect Property



Gets or sets the Effect to apply to the background element.
Syntax
<CategoryAttribute("Appearance")>
Public Property BackgroundEffect As Effect
Dim instance As UXDesktopDock
Dim value As Effect
 
instance.BackgroundEffect = value
 
value = instance.BackgroundEffect
[CategoryAttribute("Appearance")]
public Effect BackgroundEffect {get; set;}
[CategoryAttribute("Appearance")]
public:
property Effect^ BackgroundEffect {
   Effect^ get();
   void set (    Effect^ 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

UXDesktopDock Class
UXDesktopDock Members

Send Feedback