Intersoft ClientUI Documentation
BusyContentTemplate Property



Gets or sets the template to apply to the busy content element.
Syntax
Public Property BusyContentTemplate As DataTemplate
Dim instance As UXBusyIndicator
Dim value As DataTemplate
 
instance.BusyContentTemplate = value
 
value = instance.BusyContentTemplate
public DataTemplate BusyContentTemplate {get; set;}
public:
property DataTemplate^ BusyContentTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ 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

UXBusyIndicator Class
UXBusyIndicator Members

Send Feedback