Skip to main content

CustomWallpaper

Namespace: Wisej.Web.Ext.CustomWallpaper

Assembly: Wisej.Web.Ext.CustomWallpaper

Changes the background image of the Desktop or any target Control to use a custom list of images.

public class CustomWallpaper : Component, IWisejHandler

Constructors

Instance memberCustomWallpaper()

Initializes a new instance of the CustomWallpaper class.

Instance memberCustomWallpaper(container)

Initializes a new instance of the CustomWallpaper class together with the specified container.

NameTypeDescription
containerIContainerA IContainer that represents the container for the component.

Properties

Instance memberControl

Control: Returns or sets the control that will receive the background images. If left to null it will automatically use the current Desktop. (Default: null)

Instance memberEnableAnimation

Boolean: Enables or disables a simple zoom animation when rotating images. (Default: True)

Instance memberFadeTime

Int32: Returns or sets the fade in/out time in milliseconds. (Default: 1000)

Instance memberImages

ImageListEntry[]: List of images to rotate. (Default: null)

Instance memberRotationInterval

Int32: Returns or sets the rotation interval in milliseconds. (Default: 60000)