Intersoft ClientUI Documentation
UseImageLoader Property (UXFlow)



Gets or sets a value that determines whether the image loader at UXFlowItem is used to download the image.
Syntax
<CategoryAttribute("Common Properties")>
Public Property UseImageLoader As Boolean
Dim instance As UXFlow
Dim value As Boolean
 
instance.UseImageLoader = value
 
value = instance.UseImageLoader
[CategoryAttribute("Common Properties")]
public bool UseImageLoader {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool UseImageLoader {
   bool get();
   void set (    bool value);
}
Remarks

The UXFlowItem is using ImageLoader control to load the image and perform compelling built-in effects based on the configuration. To disable this behavior, you can set the UseImageLoader property of the UXFlow control to false.

XAML
Copy Code
<Intersoft:UXFlow x:Name="UXFlow1" Width="700" Height="300" UseImageLoader="False">
    <Intersoft:UXFlowItem ImageSource="le-meurice.jpg" Title="Hôtel Le Meurice" SubTitle="Paris, opposite Tuileries Garden."/>
    <Intersoft:UXFlowItem ImageSource="altira-macau.jpg" Title="Altira Macau" SubTitle="Taipa Island, Macau."/>
    
    ...
</Intersoft:UXFlow>
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

UXFlow Class
UXFlow Members

Concepts

UXFlow

Send Feedback