# border-left-style

The border-left-style CSS property sets the line style of an element's left border.

# # Syntax

border-left-style: <line-style>;

# # Values

none

solid

dashed

dotted

# # Compatibility

# # uni-app compatibility

Android version Android uni-app Android uni-app-x iOS version iOS uni-app iOS uni-app-x
border-left-style 5.0 3.9+ 9.0 -

# # See also