CustomWallpaper

The CustomWallpaper extender component enhances the Desktop, the MainPage or any Control control by rotating a list of custom images over the control’s background.

How to Use

The CustomWallpaper extension can be added to a Wisej.NET project using NuGet Package Manager.

You can control the Animation with EnableAnimation and FadeTime (in milliseconds). The RotationInterval (in milliseconds) defines the interval to switch between your Images.

Find more information in our CustomWallpaper example in C# or in VB.NET.

Last updated