Intersoft ClientUI Documentation
BusyIndicatorTemplate Property (UXBusyIndicator)



Gets or sets the busy indicator data template.
Syntax
Public Property BusyIndicatorTemplate As DataTemplate
Dim instance As UXBusyIndicator
Dim value As DataTemplate
 
instance.BusyIndicatorTemplate = value
 
value = instance.BusyIndicatorTemplate
public DataTemplate BusyIndicatorTemplate {get; set;}
public:
property DataTemplate^ BusyIndicatorTemplate {
   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