Version

PredefinedPath Enumeration

Enumerates the pre-defined path types.
Syntax
'Declaration
 
Public Enum PredefinedPath 
   Inherits System.Enum
public enum PredefinedPath : System.Enum 
Members
MemberDescription
EllipseBottomAn ellipse starting from the bottom and proceeding clockwise
EllipseLeftAn ellipse starting from the left and proceeding clockwise
EllipseRightAn ellipse starting from the right and proceeding clockwise
EllipseTopAn ellipse starting from the top and proceeding clockwise
HeartAn abstract shape similar to a human heart.
HorizontalLineA horizontal line from left to right
InverseParabolaAn U-shape that starts in the lower left, arcs up to the top middle, and ends in the bottom right
LowerLeftUAn U-shape starting in the lower left and swooping to the right
RightArcAn arc that begins at the top middle, sweeps down the right and across to the lower left
SpiralA tight counter-clockwise spiral
Spiral_LiteA loose counter-clockwise spiral
VerticalLineA vertical line from top to bottom
ZigzagA back and forth shape that begins in the top left, and crosses the control four times before ending in the lower left
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