alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ZoomedEventArgs

    Provides information about the Zoomed event.

    Inheritance
    object
    ZoomedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ZoomedEventArgs

    Constructors

    ZoomedEventArgs()

    Declaration
    public ZoomedEventArgs()

    Properties

    Action

    Gets the action name that triggered the zoom operation.

    Declaration
    public ZoomAction Action { get; }
    Property Value
    Type Description
    ZoomAction

    One of the ZoomAction value that represents the zoom action. Possible values are “ZoomIn”, “ZoomOut” and “ZoomToFit”.

    ZoomTimelineSettings

    Gets an instance of GanttZoomTimelineSettings which provides details of the zoom action.

    Declaration
    public GanttZoomTimelineSettings ZoomTimelineSettings { get; }
    Property Value
    Type Description
    GanttZoomTimelineSettings

    An instance of GanttZoomTimelineSettings.

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