Intersoft ClientUI Documentation
BackgroundBehavior Property



Gets or sets the background behavior when UXDock is zoomed.
Syntax
<CategoryAttribute("Background")>
Public Property BackgroundBehavior As BackgroundBehavior
Dim instance As UXDock
Dim value As BackgroundBehavior
 
instance.BackgroundBehavior = value
 
value = instance.BackgroundBehavior
[CategoryAttribute("Background")]
public BackgroundBehavior BackgroundBehavior {get; set;}
[CategoryAttribute("Background")]
public:
property BackgroundBehavior BackgroundBehavior {
   BackgroundBehavior get();
   void set (    BackgroundBehavior 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