Version

BorderLineStyle Enumeration

Determines the style of a border line, i.e., solid, dashed, dotted, etc.
Syntax
'Declaration
 
Public Enum BorderLineStyle 
   Inherits System.Enum
public enum BorderLineStyle : System.Enum 
Members
MemberDescription
DashDashed line.
DashDotAlternating dashes and dots.
DotDotted line.
LargeDashLarge dashed line.
LargeDashDotLarge alternating dashes and dots.
LargeDashDotDotLarge alternating dashes and pairs of dots.
NoneNo line.
SolidSolid line.
SysDashSystem-defined dashed line.
SysDashDotSystem-defined alternating dashes and dots.
SysDashDotDotSystem-defined alternating dashes and pairs of dots.
SysDotSystem-defined dotted line.
Requirements

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