Intersoft ClientUI Documentation
BackgroundMode Property



Gets or sets the background mode which determine the appearance of UXDock's background.
Syntax
<CategoryAttribute("Background")>
Public Property BackgroundMode As BackgroundMode
Dim instance As UXDock
Dim value As BackgroundMode
 
instance.BackgroundMode = value
 
value = instance.BackgroundMode
[CategoryAttribute("Background")]
public BackgroundMode BackgroundMode {get; set;}
[CategoryAttribute("Background")]
public:
property BackgroundMode BackgroundMode {
   BackgroundMode get();
   void set (    BackgroundMode value);
}
Remarks

UXDock has three of background mode you can choose from. The following are the list of background modes available in UXDock.

 

By default the background will adjust its width or height based when the zooming effect is applied. To turn off this feature, set the BackgroundBehavior property to Fix.

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

Concepts

UXDock

Send Feedback