Intersoft ClientUI Documentation
BackgroundTemplate Property (UXDock)



Gets or sets the template of the background.
Syntax
<CategoryAttribute("Background")>
Public Property BackgroundTemplate As DataTemplate
Dim instance As UXDock
Dim value As DataTemplate
 
instance.BackgroundTemplate = value
 
value = instance.BackgroundTemplate
[CategoryAttribute("Background")]
public DataTemplate BackgroundTemplate {get; set;}
[CategoryAttribute("Background")]
public:
property DataTemplate^ BackgroundTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ 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