enum BorderImageRepeat : System.Enum

robot_2Generated
code_blocksInput

Description

The BorderImageRepeat enumeration provides possible values for the border-image-repeat CSS property, which is part of the border-image property in CSS. This enumeration is used to define how the edge regions of a source image are applied to the borders of an element.

Members

Fields

Member Name Summary
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.