diff --git a/SlideShow.md b/SlideShow.md index f8bceeb..a75c8df 100644 --- a/SlideShow.md +++ b/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. -## Properties - +### Properties | Property | Description | | --- | --- | | 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. | | 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. | -| 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. | | 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. | @@ -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. | | 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. |