DialogEffect

Defines the available Dialog animation effects.

Values

  • Fade - Applies the Fade animation effect, when the dialog is opening FadeIn is used when closing the FadeOut effect is used.
  • FadeZoom - Applies the FadeZoom animation effect when the dialog is opened or closed.
  • FlipLeftDown - Applies the FlipLeftDown animation effect when the dialog is opened or closed.
  • FlipLeftUp - Applies the FlipLeftUp animation effect when the dialog is opened or closed.
  • FlipRightDown - Applies the FlipRightDown animation effect when the dialog is opened or closed.
  • FlipRightUp - Applies the FlipRightUp animation effect when the dialog is opened or closed.
  • FlipXDown - Applies the FlipXDown animation effect when the dialog is opened or closed.
  • FlipXUp - Applies the FlipXUp animation effect when the dialog is opened or closed.
  • FlipYLeft - Applies the FlipYLeft animation effect when the dialog is opened or closed.
  • FlipYRight - Applies the FlipYRight animation effect when the dialog is opened or closed.
  • SlideBottom - Applies the SlideBottom animation effect when the dialog is opened or closed.
  • SlideLeft - Applies the SlideLeft animation effect when the dialog is opened or closed.
  • SlideRight - Applies the SlideRight animation effect when the dialog is opened or closed.
  • SlideTop - Applies the SlideTop animation effect when the dialog is opened or closed.
  • Zoom - Applies the Zoom animation effect when the dialog is opened or closed.
  • None - The open and close effect will open with no animation effect.

On This Page