Intersoft ClientUI Documentation
BackgroundBehavior Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : BackgroundBehavior Property






Gets or sets the background behavior when UXDock is zoomed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Background")>
Public Property BackgroundBehavior As BackgroundBehavior
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As BackgroundBehavior
 
instance.BackgroundBehavior = value
 
value = instance.BackgroundBehavior
C# 
[CategoryAttribute("Background")]
public BackgroundBehavior BackgroundBehavior {get; set;}
Delphi 
public read-write property BackgroundBehavior: BackgroundBehavior; 
JScript 
CategoryAttribute("Background")
public function get,set BackgroundBehavior : BackgroundBehavior
Managed Extensions for C++ 
[CategoryAttribute("Background")]
public: __property BackgroundBehavior get_BackgroundBehavior();
public: __property void set_BackgroundBehavior( 
   BackgroundBehavior value
);
C++/CLI 
[CategoryAttribute("Background")]
public:
property BackgroundBehavior BackgroundBehavior {
   BackgroundBehavior get();
   void set (    BackgroundBehavior value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.