Class ToolTipAnimations
Defines the constants that specify the types of animation for the ToolTip window.
Inheritance
System.Object
ToolTipAnimations
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public sealed class ToolTipAnimations : Enum
Fields
Blend
Uses a fade effect.
Declaration
public const ToolTipAnimations Blend
Field Value
| Type |
|---|
| ToolTipAnimations |
BottomToTop
Animates the window from bottom to top. This flag can be used with roll or slide animation.
Declaration
public const ToolTipAnimations BottomToTop
Field Value
| Type |
|---|
| ToolTipAnimations |
Center
Makes the window appear to collapse inward if it is hiding or expand outward if the window is showing.
Declaration
public const ToolTipAnimations Center
Field Value
| Type |
|---|
| ToolTipAnimations |
LeftToRight
Animates the window from left to right. This flag can be used with roll or slide animation.
Declaration
public const ToolTipAnimations LeftToRight
Field Value
| Type |
|---|
| ToolTipAnimations |
None
Uses no animation.
Declaration
public const ToolTipAnimations None
Field Value
| Type |
|---|
| ToolTipAnimations |
RightToLeft
Animates the window from right to left. This flag can be used with roll or slide animation.
Declaration
public const ToolTipAnimations RightToLeft
Field Value
| Type |
|---|
| ToolTipAnimations |
Roll
Uses a roll animation.
Declaration
public const ToolTipAnimations Roll
Field Value
| Type |
|---|
| ToolTipAnimations |
Slide
Uses a slide animation.
Declaration
public const ToolTipAnimations Slide
Field Value
| Type |
|---|
| ToolTipAnimations |
SystemDefault
Uses a default animation.
Declaration
public const ToolTipAnimations SystemDefault
Field Value
| Type |
|---|
| ToolTipAnimations |
TopToBottom
Animates the window from top to bottom. This flag can be used with roll or slide animation.
Declaration
public const ToolTipAnimations TopToBottom
Field Value
| Type |
|---|
| ToolTipAnimations |