Class PlacementMode
Enum for Placement mode of Resource Name
Inheritance
System.Object
PlacementMode
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class PlacementMode : Enum
Fields
Bottom
Place the Resource Name in bottom of Gantt Node
Declaration
public const PlacementMode Bottom
Field Value
Type |
---|
PlacementMode |
Left
Place the Resource Name in left side of Gantt Node
Declaration
public const PlacementMode Left
Field Value
Type |
---|
PlacementMode |
Right
Place the Resource Name in right side of Gantt Node
Declaration
public const PlacementMode Right
Field Value
Type |
---|
PlacementMode |
Top
Place the Resource Name in top of Gantt Node
Declaration
public const PlacementMode Top
Field Value
Type |
---|
PlacementMode |