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 Desktop or any target Control to use a custom list of images.
public class CustomWallpaper : Component, IWisejHandlerPublic Class CustomWallpaper
Inherits Component
Implements IWisejHandlerConstructors
CustomWallpaper()
Initializes a new instance of the CustomWallpaper class.
CustomWallpaper(container)
Initializes a new instance of the CustomWallpaper class together with the specified container.
Properties
Control
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)
EnableAnimation
Boolean: Enables or disables a simple zoom animation when rotating images. (Default: True)
FadeTime
Int32: Returns or sets the fade in/out time in milliseconds. (Default: 1000)
Images
ImageListEntry[]: List of images to rotate. (Default: null)
RotationInterval
Int32: Returns or sets the rotation interval in milliseconds. (Default: 60000)
Last updated
Was this helpful?