menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ToolTipAnimations - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ToolTipAnimations

    Defines the constants that specify the types of animation for the ToolTip window.

    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    [Flags]
    public enum ToolTipAnimations

    Fields

    Name Description
    Blend

    Uses a fade effect.

    BottomToTop

    Animates the window from bottom to top. This flag can be used with roll or slide animation.

    Center

    Makes the window appear to collapse inward if it is hiding or expand outward if the window is showing.

    LeftToRight

    Animates the window from left to right. This flag can be used with roll or slide animation.

    None

    Uses no animation.

    RightToLeft

    Animates the window from right to left. This flag can be used with roll or slide animation.

    Roll

    Uses a roll animation.

    Slide

    Uses a slide animation.

    SystemDefault

    Uses a default animation.

    TopToBottom

    Animates the window from top to bottom. This flag can be used with roll or slide animation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved