borderimagesource
BorderImageSource is a property used in Cascading Style Sheets (CSS) to define the source of an image that will be used to create a border around an element. It is a component of the shorthand property border-image. When using border-image, an image is sliced into nine regions, and this property specifies the image to be used for this slicing. The image is typically provided as a URI.
The value for BorderImageSource is usually a url() function, which points to the image file. For example,
This property works in conjunction with other border-image properties like border-image-slice, border-image-width, border-image-outset, and border-image-repeat. BorderImageSource