Version

TimelineTaskPositioning Enumeration

Constants which describe the manner in which a TaskUIElement is positioned on the timeline portion of the control.
Syntax
'Declaration
 
Public Enum TimelineTaskPositioning 
   Inherits System.Enum
public enum TimelineTaskPositioning : System.Enum 
Members
MemberDescription
FillTimeSlotsThe left and right edges of a TaskUIElement are always aligned with the left edge of the first time slot in which the task appears, and the right edge of the last time slot in which it appears.
ProportionalThe left edge of a TaskUIElement is offset from the left edge of the first time slot in which it appears by an amount that is proportional to the difference in the amount of time between the beginning of the time slot and the task's StartDateTime. Similarly, the width of the TaskUIElement is proportional to the task's Duration, thus making the right edge of the TaskUIElement coincide approximately with the point on the timeline which corresponds to the task's EndDateTime.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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