Intersoft ClientUI Documentation
ProgressTextVisibility Property



Gets or sets the visibility of progress bar text.
Syntax
<CategoryAttribute("Progress Bar")>
Public Property ProgressTextVisibility As Visibility
Dim instance As ImageLoader
Dim value As Visibility
 
instance.ProgressTextVisibility = value
 
value = instance.ProgressTextVisibility
[CategoryAttribute("Progress Bar")]
public Visibility ProgressTextVisibility {get; set;}
[CategoryAttribute("Progress Bar")]
public:
property Visibility ProgressTextVisibility {
   Visibility get();
   void set (    Visibility 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

ImageLoader Class
ImageLoader Members

Send Feedback