Version

ShapeLineStyle Enumeration

Constants which determine the style applied to the line for a shape.
Syntax
'Declaration
 
Public Enum ShapeLineStyle 
   Inherits System.Enum
public enum ShapeLineStyle : System.Enum 
Members
MemberDescription
DashA dashed line.
DashDotA line with alternating dashes and dots.
DotA dotted line.
LongDashA line with long dashes.
LongDashDotA line with alternating long dashes and dots.
LongDashDotDotA line with a long dash followed by two dots.
ShortDashA line with short dashes.
ShortDashDotA line with a short dash and a dot.
ShortDashDotDotA line with a short dash followed by two dots.
ShortDotA line with short dots.
SolidA solid, unbroken line.
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