Methods
-
width( borderWidth )
-
Description
Sets the width of the border
Parameters
Name Type Description borderWidthnumber | string The width in pixels.
Details
-
color( borderColor )
-
Description
Sets the color of the border.
Parameters
Name Type Description borderColorstring The color of the border.
Details
-
roundCorners( roundCorners ) → {this}
-
Description
Rounds the specified corners of an image.
Parameters
Name Type Description roundCornersRoundCornersAction Returns
Details
-
solid( width, color ) → {this}
-
Description
Sets the style of the border.
Parameters
Name Type Description widthnumber | string The width in pixels.
colorstring The color of the border, e.g 'green', 'yellow'.
Returns
Details