Updated SlideShow Plus (markdown)

master
DianeXceed 9 years ago
parent
commit
52854fce40
  1. 52
      SlideShow-Plus.md

52
SlideShow-Plus.md

@ -1,4 +1,4 @@
# SlideShow # SlideShow Plus
_Only available in the Plus Edition_ _Only available in the Plus Edition_
Derives from ItemsControl Derives from ItemsControl
@ -6,28 +6,32 @@ Derives from ItemsControl
Control that is used to display slideshow items one after the other like a diaporama. It offers an auto-play mode to automatically play the slideshow items. Control that is used to display slideshow items one after the other like a diaporama. It offers an auto-play mode to automatically play the slideshow items.
## Properties ## Properties
|| Property || Description
| AllowLooping | Gets or sets a value indicating whether the slideshow can loop from the last to the first item when the last item is reached (and vice-versa). | Property | Description |
| CurrentIndex | Gets or sets the index of the slideshow's CurrentItem. | --- | --- |
| CurrentItem | Gets or sets the slideshow's current item. | Content Cell | Content Cell |
| DisplayCaption | Gets or sets a value indicating whether the slideshow's caption is displayed. | AllowLooping | Gets or sets a value indicating whether the slideshow can loop from the last to the first item when the last item is reached (and vice-versa). |
| DisplayCountLabel | Gets or sets a value indicating whether the count label zone is displayed. | CurrentIndex | Gets or sets the index of the slideshow's CurrentItem. |
| DisplayNavigationBar | Gets or sets a value indicating whether the navigation bar, containaing the First, Previous, Play, Next and Last icons is displayed. | CurrentItem | Gets or sets the slideshow's current item. |
| DisplaySideNavigationButtons | Gets or sets a value indicating whether the side navigation buttons (last and previous buttons) are displayed. | DisplayCaption | Gets or sets a value indicating whether the slideshow's caption is displayed. |
| DisplaySliderNavigationBar | Gets or sets a value indicating whether the slider navigation bar is displayed. | DisplayCountLabel | Gets or sets a value indicating whether the count label zone is displayed. |
| IsPlaying | Gets or sets a value indicating whether the slideshow is in auto-play mode. | DisplayNavigationBar | Gets or sets a value indicating whether the navigation bar, containaing the First, Previous, Play, Next and Last icons is displayed. |
| NextItem | Gets or sets the slideshow's next item. | DisplaySideNavigationButtons | Gets or sets a value indicating whether the side navigation buttons (last and previous buttons) are displayed. |
| PauseSlideShowOnMouseOver | Gets or sets a value indicating whether the slideshow will be paused when the mouse moves over the presentation area. | DisplaySliderNavigationBar | Gets or sets a value indicating whether the slider navigation bar is displayed. |
| PreviousItem | Gets or sets the slideshow's previous item. | IsPlaying | Gets or sets a value indicating whether the slideshow is in auto-play mode. |
| TimeInterval | Gets or sets the slideshow's time interval while playing slideshow. | NextItem | Gets or sets the slideshow's next item. |
| TransitionMode | Gets or sets a value representing the type of transition to use when the slideshow is in auto-play mode. | PauseSlideShowOnMouseOver | Gets or sets a value indicating whether the slideshow will be paused when the mouse moves over the presentation area. |
| PreviousItem | Gets or sets the slideshow's previous item. |
| TimeInterval | Gets or sets the slideshow's time interval while playing slideshow. |
| TransitionMode | Gets or sets a value representing the type of transition to use when the slideshow is in auto-play mode. |
## Events ## Events
|| Event || Description
| First | Raised when the "First" button is pressed. | Event | Description |
| Last | Raised when the "Last" button is pressed. | --- | --- |
| Next | Raised when the "Next" button is pressed. | First | Raised when the "First" button is pressed. |
| Play | Raised when the "Play" button is pressed. | Last | Raised when the "Last" button is pressed. |
| Previous | Raised when the "Previous" button is pressed. | Next | Raised when the "Next" button is pressed. |
| Stop | Raised when the "Stop" button is pressed. | Play | Raised when the "Play" button is pressed. |
--- | Previous | Raised when the "Previous" button is pressed. |
| Stop | Raised when the "Stop" button is pressed. |

Loading…
Cancel
Save