enum
BorderImageRepeat
public sealed enum BorderImageRepeat : Enum Possible values for border-image-repeat (border-image) CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
Stretch | | The source image's edge regions are stretched to fill the gap between each border. |
Round | | The source image's edge regions are tiled (repeated) to fill the gap between each border. Tiles may be stretched to achieve the proper fit. |