CustomWallpaper

Wisej.Web.Ext.CustomWallpaper.CustomWallpaper

Namespace: Wisej.Web.Ext.CustomWallpaper

Assembly: Wisej.Web.Ext.CustomWallpaper (3.2.0.0)

Changes the background image of the Desktoparrow-up-right or any target Control to use a custom list of images.

public class CustomWallpaper : Component, IWisejHandler

Constructors

CustomWallpaper()

Initializes a new instance of the CustomWallpaperarrow-up-right class.

CustomWallpaper(container)

Initializes a new instance of the CustomWallpaperarrow-up-right class together with the specified container.

Name
Type
Description

container

A IContainerarrow-up-right that represents the container for the component.

Properties

Control

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

EnableAnimation

Booleanarrow-up-right: Enables or disables a simple zoom animation when rotating images. (Default: True)

FadeTime

Int32arrow-up-right: Returns or sets the fade in/out time in milliseconds. (Default: 1000)

Images

ImageListEntry[]arrow-up-right: List of images to rotate. (Default: null)

RotationInterval

Int32arrow-up-right: Returns or sets the rotation interval in milliseconds. (Default: 60000)

Last updated

Was this helpful?