Version

GanttTaskBarShapeAlignment Enumeration

Enumeration used to describe the position of the element with respect to the edge to which it is associated.
Syntax
'Declaration
 
Public Enum GanttTaskBarShapeAlignment 
   Inherits System.Enum
public enum GanttTaskBarShapeAlignment : System.Enum 
Members
MemberDescription
InsideEdgeThe shape is positioned such that the shape's associated edge is over the edge for which the shape is positioned (e.g. the left edge of the shape is over the left edge of the bar when the shape is positioned on the left).
InsideEdgeReserveSpaceThe shape is positioned such that the shape's associated edge is over the edge for which the shape is positioned (e.g. the left edge of the shape is over the left edge of the bar when the shape is positioned on the left) and the bar is shifted in by the extent of the shape.
OutsideEdgeThe shape is positioned such that the shape's associated edge is just outside the edge for which the shape is positioned (e.g. the right edge of the shape is just left of the left edge of the bar when the shape is positioned on the left).
OverEdgeThe shape is centered over the associated edge of the task
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