Blazor

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

    Show / Hide Table of Contents

    Class TooltipAnimationSettings

    Animation options that are common for both open and close actions of the Tooltip.

    Inheritance
    System.Object
    TooltipAnimationSettings
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipAnimationSettings : Object

    Constructors

    TooltipAnimationSettings()

    Declaration
    public TooltipAnimationSettings()

    Properties

    Delay

    It is used to denote the delay value in milliseconds and indicating the waiting time before the animation begins.

    Declaration
    public Nullable<double> Delay { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Duration

    It is used to denote the duration of the animation that is completed per the animation cycle.

    Declaration
    public Nullable<double> Duration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Effect

    It is used to apply the Animation effect on the Tooltip, during open and close actions.

    Declaration
    public Effect Effect { get; set; }
    Property Value
    Type Description
    Effect
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved