WPF › Slide Show
Slide Show
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WPF
A powerful SlideShow .NET Control for WPF
4public types
68public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.InteractionControls.SlideShow.dll |
| Root namespace | Binarymission.WPF.Controls.InteractionControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | Binarymission_Shaders_Library |
Getting started
<Window x:Class="MyApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:bm="clr-namespace:Binarymission.WPF.Controls.InteractionControls;assembly=Binarymission.WPF.Controls.InteractionControls.SlideShow">
<bm:BinarySlideShow />
</Window>
API reference
Binarymission.WPF.Controls.InteractionControls
class BinarySlideShow | A custom control that provides slide-show capabilities, supported with various "slide transition" effects. |
class BinarySlideShowItem | A class that is the container for the slide content. |
class SlideShowEventArgs | // Lists the events that the control raises. // |
enum SlideTransitionEffect | Lists the supported slide transition effects. |