Intersoft ClientUI Documentation
SlideShowRepeat Property



Gets or sets a value indicating whether the slide show will be repeated when the slide show reach the last item.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SlideShowRepeat As Boolean
Dim instance As UXFlow
Dim value As Boolean
 
instance.SlideShowRepeat = value
 
value = instance.SlideShowRepeat
[CategoryAttribute("Common Properties")]
public bool SlideShowRepeat {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool SlideShowRepeat {
   bool get();
   void set (    bool value);
}
Remarks

UXFlow can also be used as a slide show control. By default, the slide show buttons are visible. You can hide the slide show buttons by setting the SlideShowButtonVisibility property to Collapse.

Other properties that control the slide show behaviors are:

XAML
Copy Code
<Intersoft:UXFlow x:Name="UXFlow1" Width="700" Height="300" SlideShowLatency="5000" SlideShowRepeat="True">
    <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