Intersoft WebDesktop Documentation
VisualTransitionEffect Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : VisualTransitionEffect Enumeration


Glossary Item Box

Value representing visual transition effect used when the desktop has been loaded successfully.

Syntax

Visual Basic (Declaration) 
Public Enum VisualTransitionEffect 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As VisualTransitionEffect
C# 
public enum VisualTransitionEffect : System.Enum 

Members

MemberDescription
FadeThe visual transition effect is fading.
GradientWipeThe visual transition effect type is GradientWipe.
IrisThe visual transition effect type is Iris.
NoneNo visual transition effect is set.
PixelateThe visual transition effect type is Pixelate.
SlideAndHideThe visual transition effect type is SlideAndHide.
SlideAndPushThe visual transition effect type is SlideAndPush.
SlideAndSwapThe visual transition effect type is SlideAndSwap.
WheelThe visual transition effect type is Wheel.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.VisualTransitionEffect

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.