Updated SlideShow (markdown)

master
DianeXceed 9 years ago
parent
commit
ddbb71f725
  1. 8
      SlideShow.md

8
SlideShow.md

@ -5,8 +5,7 @@ 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 | | Property | Description |
| --- | --- | | --- | --- |
| Content Cell | Content Cell | | Content Cell | Content Cell |
@ -15,7 +14,7 @@ Control that is used to display slideshow items one after the other like a diapo
| CurrentItem | Gets or sets the slideshow's current item. | | CurrentItem | Gets or sets the slideshow's current item. |
| DisplayCaption | Gets or sets a value indicating whether the slideshow's caption is displayed. | | DisplayCaption | Gets or sets a value indicating whether the slideshow's caption is displayed. |
| DisplayCountLabel | Gets or sets a value indicating whether the count label zone is displayed. | | DisplayCountLabel | Gets or sets a value indicating whether the count label zone is displayed. |
| DisplayNavigationBar | Gets or sets a value indicating whether the navigation bar, containaing the First, Previous, Play, Next and Last icons is displayed. | | DisplayNavigationBar | Gets or sets a value indicating whether the navigation bar, containing the First, Previous, Play, Next and Last icons is displayed. |
| DisplaySideNavigationButtons | Gets or sets a value indicating whether the side navigation buttons (last and previous buttons) are displayed. | | DisplaySideNavigationButtons | Gets or sets a value indicating whether the side navigation buttons (last and previous buttons) are displayed. |
| DisplaySliderNavigationBar | Gets or sets a value indicating whether the slider navigation bar is displayed. | | DisplaySliderNavigationBar | Gets or sets a value indicating whether the slider navigation bar is displayed. |
| IsPlaying | Gets or sets a value indicating whether the slideshow is in auto-play mode. | | IsPlaying | Gets or sets a value indicating whether the slideshow is in auto-play mode. |
@ -25,8 +24,7 @@ Control that is used to display slideshow items one after the other like a diapo
| TimeInterval | Gets or sets the slideshow's time interval while playing slideshow. | | 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. | | 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 | | Event | Description |
| --- | --- | | --- | --- |
| First | Raised when the "First" button is pressed. | | First | Raised when the "First" button is pressed. |

Loading…
Cancel
Save