Version

GanttTaskBarAdornerLocation Enumeration

Enumeration used to define the position of an element adorning a bar of a Infragistics.Controls.Schedules.ProjectTask
Syntax
'Declaration
 
Public Enum GanttTaskBarAdornerLocation 
   Inherits System.Enum
public enum GanttTaskBarAdornerLocation : System.Enum 
Members
MemberDescription
BottomThe element is positioned below the bar.
InsideThe element is positioned over the middle bar.
LeftThe element is positioned to the left of the bar.
RightThe element is positioned to the right of the bar.
TopThe element is positioned above the bar.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also