Class GanttLayoutMode
Represents the Layout mode of Gantt
Inheritance
System.Object
GanttLayoutMode
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class GanttLayoutMode : Enum
Fields
Default
Represents the default lay out
Declaration
public const GanttLayoutMode Default
Field Value
Type |
---|
GanttLayoutMode |
FitToChart
Fit the layout to Chart's width
Declaration
public const GanttLayoutMode FitToChart
Field Value
Type |
---|
GanttLayoutMode |
FitToGrid
Fit the layout to Grid's width
Declaration
public const GanttLayoutMode FitToGrid
Field Value
Type |
---|
GanttLayoutMode |