Class CSSBorderValue
Hierarchy
-
CSSStyleValue
- CSSBorderValue
Index
Constructors
constructor
-
Parameters
-
components: CSSBorderComponents
-
Properties
color
color: CSSColorValue
line Style
line Style: CSSKeywordValue
line Width
line Width: CSSUnitValue | CSSKeywordValue
Static
line Style Keywords
line Style Keywords: string[] = ['none','hidden','dotted','dashed','solid','double','groove','ridge','inset','outset',]
Static
line Width Keywords
line Width Keywords: string[] = [ 'thin', 'medium', 'thick' ]
Methods
to String
-
Serializes the
CSSBorderValue
to standard CSS
Represents a CSS border value like the one used in
border
properties.Syntax
Examples