Class ZoomAction
Specifies the actions of zoom.
Inheritance
System.Object
ZoomAction
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ZoomAction : Enum
Fields
ZoomIn
Zoom-in action on the Gantt Chart timeline.
Declaration
public const ZoomAction ZoomIn
Field Value
Type |
---|
ZoomAction |
ZoomOut
Zoom-out action on the Gantt Chart timeline.
Declaration
public const ZoomAction ZoomOut
Field Value
Type |
---|
ZoomAction |
ZoomToFit
Shows all taskbars within the current view port of timeline.
Declaration
public const ZoomAction ZoomToFit
Field Value
Type |
---|
ZoomAction |