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. |