Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Effect - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Effect

    Animation effects that are applicable to the Tooltip. A different animation can be set for tooltip open and close action.

    Inheritance
    System.Object
    Effect
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Effect : Enum

    Fields

    FadeIn

    Tooltip open/close actions occur with the FadeIn animation effect.

    Declaration
    public const Effect FadeIn
    Field Value
    Type Description
    Effect

    FadeOut

    Tooltip open/close actions occur with the FadeOut animation effect.

    Declaration
    public const Effect FadeOut
    Field Value
    Type Description
    Effect

    FadeZoomIn

    Tooltip open/close actions occur with the FadeZoomIn animation effect.

    Declaration
    public const Effect FadeZoomIn
    Field Value
    Type Description
    Effect

    FadeZoomOut

    Tooltip open/close actions occur with the FadeZoomOut animation effect.

    Declaration
    public const Effect FadeZoomOut
    Field Value
    Type Description
    Effect

    FlipXDownIn

    Tooltip open/close actions occur with the FlipXDownIn animation effect.

    Declaration
    public const Effect FlipXDownIn
    Field Value
    Type Description
    Effect

    FlipXDownOut

    Tooltip open/close actions occur with the FlipXDownOut animation effect.

    Declaration
    public const Effect FlipXDownOut
    Field Value
    Type Description
    Effect

    FlipXUpIn

    Tooltip open/close actions occur with the FlipXUpIn animation effect.

    Declaration
    public const Effect FlipXUpIn
    Field Value
    Type Description
    Effect

    FlipXUpOut

    Tooltip open/close actions occur with the FlipXUpOut animation effect.

    Declaration
    public const Effect FlipXUpOut
    Field Value
    Type Description
    Effect

    FlipYLeftIn

    Tooltip open/close actions occur with the FlipYLeftIn animation effect.

    Declaration
    public const Effect FlipYLeftIn
    Field Value
    Type Description
    Effect

    FlipYLeftOut

    Tooltip open/close actions occur with the FlipYLeftOut animation effect.

    Declaration
    public const Effect FlipYLeftOut
    Field Value
    Type Description
    Effect

    FlipYRightIn

    Tooltip open/close actions occur with the FlipYRightIn animation effect.

    Declaration
    public const Effect FlipYRightIn
    Field Value
    Type Description
    Effect

    FlipYRightOut

    Tooltip open/close actions occur with the FlipYRightOut animation effect.

    Declaration
    public const Effect FlipYRightOut
    Field Value
    Type Description
    Effect

    None

    Tooltip open/close actions occur without any animation effect.

    Declaration
    public const Effect None
    Field Value
    Type Description
    Effect

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ZoomIn

    Tooltip open/close actions occur with the ZoomIn animation effect.

    Declaration
    public const Effect ZoomIn
    Field Value
    Type Description
    Effect

    ZoomOut

    Tooltip open/close actions occur with the ZoomOut animation effect.

    Declaration
    public const Effect ZoomOut
    Field Value
    Type Description
    Effect
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved