Intersoft ClientUI Documentation
SlideShowRepeat Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlow Class : SlideShowRepeat Property






Gets or sets a value indicating whether the slide show will be repeated when the slide show reach the last item.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property SlideShowRepeat As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXFlow
Dim value As Boolean
 
instance.SlideShowRepeat = value
 
value = instance.SlideShowRepeat
C# 
[CategoryAttribute("Common Properties")]
public bool SlideShowRepeat {get; set;}
Delphi 
public read-write property SlideShowRepeat: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set SlideShowRepeat : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_SlideShowRepeat();
public: __property void set_SlideShowRepeat( 
   bool value
);
C++/CLI 
[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:

  • SlideShowLatency which indicates the timeout between slides in milliseconds.
  • SlideShowRepeat which indicates whether the slide show should repeat back to the start point when it reaches the end of collection.
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.