HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WPF.Controls.InteractionControls.SlideShow.dll
Root namespaceBinarymission.WPF.Controls.InteractionControls
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10
Depends onBinarymission_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"&gt;

    <bm:BinarySlideShow />

</Window>

API reference

Binarymission.WPF.Controls.InteractionControls

class BinarySlideShowA custom control that provides slide-show capabilities, supported with various "slide transition" effects.
class BinarySlideShowItemA class that is the container for the slide content.
class SlideShowEventArgs// Lists the events that the control raises. //
enum SlideTransitionEffectLists the supported slide transition effects.