Version

BorderLineStyle Enumeration

Determines the style of a border line, i.e., solid, dashed, dotted, etc.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also