Defines the possible animations that can be used when transitioning from one background state to another.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public enum BackgroundStatesTransitions
Visual Basic
Public Enumeration BackgroundStatesTransitions
JScript
public enum BackgroundStatesTransitions

Members

Member nameDescription
None
Fade
SlideUp
SlideDown

See Also