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. |