menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomChangedEventArgs

    Class that represent the zoom chagned event args, and holds zoom info about Gantt Schedule

    Inheritance
    System.Object
    ZoomChangedEventArgs
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class ZoomChangedEventArgs : RoutedEventArgs

    Constructors

    ZoomChangedEventArgs()

    Declaration
    public ZoomChangedEventArgs()

    Properties

    BaseCelltMaxLength

    Gets or sets the length of the base cellt max.

    Declaration
    public double BaseCelltMaxLength { get; }
    Property Value
    Type Description
    System.Double

    The length of the base cellt max.

    BaseCelltMinLength

    Gets or sets the length of the base cellt min.

    Declaration
    public double BaseCelltMinLength { get; }
    Property Value
    Type Description
    System.Double

    The length of the base cellt min.

    ScheduleHeaderInfo

    Gets or sets the schedule header info.

    Declaration
    public IList<GanttScheduleRowInfo> ScheduleHeaderInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<GanttScheduleRowInfo>

    The schedule header info.

    ZoomFactor

    Gets or sets the zoom factor.

    Declaration
    public double ZoomFactor { get; }
    Property Value
    Type Description
    System.Double

    The zoom factor.

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